summaryrefslogtreecommitdiff
path: root/templates/crosspost.tpl
diff options
context:
space:
mode:
authorJo-Herman Haugholt <huyderman@users.sourceforge.net>2008-07-16 07:30:55 +0000
committerJo-Herman Haugholt <huyderman@users.sourceforge.net>2008-07-16 07:30:55 +0000
commit2cd273e108710f0d2c0b9839f8bb1d24da255e25 (patch)
treea31413821927e10461ee892d8c6aa0254a6a71d0 /templates/crosspost.tpl
parent4cc559edaa7449b77d563dc05ef5568f5655cfd8 (diff)
downloadblogs-2cd273e108710f0d2c0b9839f8bb1d24da255e25.tar.gz
blogs-2cd273e108710f0d2c0b9839f8bb1d24da255e25.tar.bz2
blogs-2cd273e108710f0d2c0b9839f8bb1d24da255e25.zip
Added 'rel="bookmark"' to pemalink <a> tags
Diffstat (limited to 'templates/crosspost.tpl')
-rw-r--r--templates/crosspost.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl
index 9ac6357..27c5c81 100644
--- a/templates/crosspost.tpl
+++ b/templates/crosspost.tpl
@@ -124,7 +124,7 @@
</div> <!-- end .body -->
<div class="footer">
- <a href="{$post_info.url}">{tr}Permalink{/tr}</a>
+ <a href="{$post_info.url}" rel="bookmark">{tr}Permalink{/tr}</a>
{tr}referenced by{/tr} {$post_info.trackbacks_from_count} {tr}posts{/tr} | {tr}references{/tr} {$post_info.trackbacks_to_count} {tr}posts{/tr}
{if $post_info.allow_comments eq 'y' and $gBitSystem->isFeatureActive( 'blog_posts_comments' )}
| {$post_info.num_comments} {tr}comments{/tr}