diff options
Diffstat (limited to 'templates/view_blog_post.tpl')
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 941183e..6a49d94 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -26,7 +26,7 @@ {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} - <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{biticon ipackage="icons" iname="mail-attachment" iexplain="Crosspost"}</a> + <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{booticon iname="icon-paperclip" 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={$post_info.post_id}">{biticon ipackage="icons" iname="document-print" iexplain="Print"}</a> |
