summaryrefslogtreecommitdiff
path: root/templates/print_blog_post.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:39:10 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:39:10 -0400
commit68a2f8e6f0d72feb8200324017ae1a5eadf379af (patch)
tree5c44fac2ecbb2539538f6224750513229a6f2165 /templates/print_blog_post.tpl
parent76ade5d100d48e0b856663255eca0dcd192c0b1e (diff)
downloadblogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.tar.gz
blogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.tar.bz2
blogs-68a2f8e6f0d72feb8200324017ae1a5eadf379af.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/print_blog_post.tpl')
-rw-r--r--templates/print_blog_post.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/print_blog_post.tpl b/templates/print_blog_post.tpl
index b56dc31..0eda914 100644
--- a/templates/print_blog_post.tpl
+++ b/templates/print_blog_post.tpl
@@ -60,8 +60,8 @@ a:hover { background-color : #deceae; }
&nbsp;<a href="{$smarty.const.BLOGS_PKG_URL}view_post.php?find={$find}&amp;blog_id={$post_info.blog_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;post_id={$post_info.post_id}">{tr}view comments{/tr}</a>
{/if}
</td><td>
-<a title="{tr}print{/tr}" 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>
-<a title="{tr}email this post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}send_post.php?post_id={$post_info.post_id}">{biticon ipackage="icons" iname="mail-forward" iexplain="Email"}</a>
+<a title="{tr}print{/tr}" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$post_info.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="Print"}</a>
+<a title="{tr}email this post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}send_post.php?post_id={$post_info.post_id}">{booticon iname="icon-envelope" ipackage="icons" iexplain="Email"}</a>
</td></tr></table>
</div>