diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:08:29 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:08:29 -0400 |
| commit | 76ade5d100d48e0b856663255eca0dcd192c0b1e (patch) | |
| tree | 9ad7e90ad463f053c23c32446fdfdd1e8f87c119 /templates/blog_list_post.tpl | |
| parent | 35f9b7507d2e474435c96873df802da46fd344ff (diff) | |
| download | blogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.tar.gz blogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.tar.bz2 blogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/blog_list_post.tpl')
| -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 f5b50f7..dba75a5 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}">{biticon ipackage="icons" iname="mail-attachment" iexplain="crosspost"}</a> + <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> {/if} <a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{biticon ipackage="icons" iname="document-print" iexplain="print"}</a> |
