summaryrefslogtreecommitdiff
path: root/templates/view_blog.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:08:29 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:08:29 -0400
commit76ade5d100d48e0b856663255eca0dcd192c0b1e (patch)
tree9ad7e90ad463f053c23c32446fdfdd1e8f87c119 /templates/view_blog.tpl
parent35f9b7507d2e474435c96873df802da46fd344ff (diff)
downloadblogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.tar.gz
blogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.tar.bz2
blogs-76ade5d100d48e0b856663255eca0dcd192c0b1e.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/view_blog.tpl')
-rw-r--r--templates/view_blog.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl
index cd9fa6a..42bbfe5 100644
--- a/templates/view_blog.tpl
+++ b/templates/view_blog.tpl
@@ -5,7 +5,7 @@
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo}
{if $gContent->hasUserPermission( 'p_blogs_post' )}
- <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$gContent->mBlogId}">{biticon ipackage="icons" iname="document-save" iexplain="post"}</a>
+ <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$gContent->mBlogId}">{booticon iname="icon-save" ipackage="icons" iexplain="post"}</a>
{/if}
{if $gBitSystem->isPackageActive( 'rss' )}
@@ -13,7 +13,7 @@
{/if}
{if $gContent->hasUpdatePermission()}
- <a title="{tr}Edit blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$gContent->mBlogId}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a>
+ <a title="{tr}Edit blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$gContent->mBlogId}">{booticon iname="icon-file" ipackage="icons" iexplain="edit"}</a>
{/if}
{if $gBitUser->isRegistered() and $gBitSystem->isFeatureActive( 'users_watches' )}