summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-01 10:01:42 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-01 10:01:42 +0000
commitcc835757a51787903eb054ed2ada73ea6434bb05 (patch)
tree93d921372848ce1ce70209c3431875000dd5fab8 /themes
parent56848319589f7bf88c6b3c434fbe6874e3fb96ab (diff)
downloadbrdo-cc835757a51787903eb054ed2ada73ea6434bb05.tar.gz
brdo-cc835757a51787903eb054ed2ada73ea6434bb05.tar.bz2
- Patch #35791 by hunmonk: fixed broken link in chameleon's comment themeing.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 26d5a0ddc..56f8ec2b3 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -153,9 +153,8 @@ function chameleon_node($node, $teaser = 0, $page = 0) {
return $output;
}
-function chameleon_comment($comment, $link = "") {
+function chameleon_comment($comment, $links = "") {
$submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small'))));
- $links = array($link);
$output = "<div class=\"comment\">\n";
$output .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n";