diff options
| author | lsces <lester@lsces.co.uk> | 2015-01-22 10:28:37 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2015-01-22 10:28:37 +0000 |
| commit | a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9 (patch) | |
| tree | 276ac1bbd7b9db9b4e0d284ac54a948d4e3a1dba | |
| parent | 971619a52572cbe0044dbab79a3f8052d018a898 (diff) | |
| download | blogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.tar.gz blogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.tar.bz2 blogs-a3bb5ef9eb80c2239762b3de2d9c53b6a624b2a9.zip | |
Add - to icon-paper-clip
| -rw-r--r-- | templates/blog_list_post.tpl | 2 |
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> |
