aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 15:11:58 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 15:11:58 +0000
commit6cc851f0f4214967adbffc967a54f26fd8aeddc2 (patch)
tree27450a973a8d0de16e1bd83f61de6f98ad51f32d /views
parent03274c735b8c4f4bade4f85a82578409dbf4e436 (diff)
downloadelgg-6cc851f0f4214967adbffc967a54f26fd8aeddc2.tar.gz
elgg-6cc851f0f4214967adbffc967a54f26fd8aeddc2.tar.bz2
Added a classname to generic comment and forum topic posts anchors - for theming purposes.
git-svn-id: http://code.elgg.org/elgg/trunk@6383 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/annotation/generic_comment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php
index 02a6abb71..56948aaf4 100644
--- a/views/default/annotation/generic_comment.php
+++ b/views/default/annotation/generic_comment.php
@@ -6,7 +6,7 @@
$owner = get_user($vars['annotation']->owner_guid);
?>
-<a name="comment_<?php echo $vars['annotation']->id; ?>"></a>
+<a class="anchor_link" name="comment_<?php echo $vars['annotation']->id; ?>"></a>
<div class="generic_comment clearfloat">
<div class="generic_comment_icon">
<?php