Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
cc835757
Commit
cc835757
authored
Nov 01, 2005
by
Dries
Browse files
- Patch
#35791
by hunmonk: fixed broken link in chameleon's comment themeing.
parent
56848319
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/chameleon/chameleon.theme
View file @
cc835757
...
...
@@ -153,9 +153,8 @@ function chameleon_node($node, $teaser = 0, $page = 0) {
return $output;
}
function chameleon_comment($comment, $link = "") {
function chameleon_comment($comment, $link
s
= "") {
$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";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment