summaryrefslogtreecommitdiff
path: root/templates/view_blog.tpl
diff options
context:
space:
mode:
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' )}