aboutsummaryrefslogtreecommitdiff
path: root/mod
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 /mod
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 'mod')
-rw-r--r--mod/groups/views/default/forum/topicposts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/forum/topicposts.php b/mod/groups/views/default/forum/topicposts.php
index 9c0d33726..7fb32e427 100644
--- a/mod/groups/views/default/forum/topicposts.php
+++ b/mod/groups/views/default/forum/topicposts.php
@@ -16,7 +16,7 @@
?>
<div class="entity_listing topic clearfloat">
-<a name="<?php echo $vars['entity']->id; ?>"></a>
+<a class="anchor_link" name="<?php echo $vars['entity']->id; ?>"></a>
<?php
// get infomation about the owner of the comment
if ($post_owner = get_user($vars['entity']->owner_guid)) {