]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added a classname to generic comment and forum topic posts anchors - for theming...
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 15:11:58 +0000 (15:11 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 15:11:58 +0000 (15:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6383 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/forum/topicposts.php
views/default/annotation/generic_comment.php

index 9c0d337261fb68a10e745b5abe1e9a4e06570a8e..7fb32e4277400da7e181e17028ed359bd264e6f0 100644 (file)
@@ -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)) {
index 02a6abb71d0daba6cd9df2ea341424e64df1bb4a..56948aaf4ac575bd93e87033ce7ab9af02332b58 100644 (file)
@@ -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