summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2015-01-22 10:28:37 +0000
committerlsces <lester@lsces.co.uk>2015-01-22 10:28:37 +0000
commita3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9 (patch)
tree276ac1bbd7b9db9b4e0d284ac54a948d4e3a1dba
parent971619a52572cbe0044dbab79a3f8052d018a898 (diff)
downloadblogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.tar.gz
blogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.tar.bz2
blogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.zip
Add - to icon-paper-clip
-rw-r--r--templates/blog_list_post.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index 375bb4e..d532be7 100644
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -9,7 +9,7 @@
<div class="floaticon">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$aPost}
{if $gBitUser->hasPermission( 'p_blogs_admin' )}
- <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paperclip" ipackage="icons" iexplain="crosspost"}</a>
+ <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="crosspost"}</a>
{/if}
<a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="print"}</a>