summaryrefslogtreecommitdiff
path: root/templates/menu_blogs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu_blogs.tpl')
-rw-r--r--templates/menu_blogs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_blogs.tpl b/templates/menu_blogs.tpl
index fb1d92d..e0e8f08 100644
--- a/templates/menu_blogs.tpl
+++ b/templates/menu_blogs.tpl
@@ -4,7 +4,7 @@
{if $gBitSystem->isFeatureActive( 'blog_home' )}
<li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}index.php">{booticon iname="icon-home" iexplain="Home Blog" ilocation=menu}</a></li>
{/if}
- <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}recent_posts.php">{biticon iname="view-refresh" iexplain="Recent Posts" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}recent_posts.php">{booticon iname="icon-recycle" iexplain="Recent Posts" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}list_blogs.php?sort_mode=last_modified_desc">{booticon iname="icon-list" iexplain="List Blogs" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_blogs_create' )}