From 89e53ea6c3d62c8847cfc582dc1e13a6808b7cc2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Dec 2008 10:09:14 +0000 Subject: - Patch #351444 by David_Rothstein: chameleon and marvin themes did not show comment signatures. --- themes/chameleon/chameleon.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 0253eec06..ad7c2b725 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -165,10 +165,10 @@ function chameleon_comment($comment, $node, $links = array()) { $output = "
status . "\">\n"; $output .= "

" . l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) . "

\n"; $output .= "
" . $comment->comment; - if (!empty($signature)) { + if (!empty($comment->signature)) { $output .= "
"; $output .= "
\n"; - $output .= $signature . "\n"; + $output .= $comment->signature . "\n"; $output .= "
\n"; } $output .= "
\n"; -- cgit v1.2.3