summaryrefslogtreecommitdiff
path: root/templates/blog_list_post.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 13:32:41 -0400
committerspiderr <spider@viovio.com>2013-04-02 13:32:41 -0400
commit8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e (patch)
tree81d5be1281e1c76f8c974eeffb0291666c9ee12a /templates/blog_list_post.tpl
parent1d5d0f7baac2289db505da54196f86be46497110 (diff)
downloadblogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.gz
blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.bz2
blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/blog_list_post.tpl')
-rw-r--r--templates/blog_list_post.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index f9841b8..f5b50f7 100644
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -18,8 +18,8 @@
{/if}
{if ($aPost.ownsblog eq 'y') or ($gBitUser->mUserId and $aPost.user_id eq $gBitUser->mUserId) or $gBitUser->hasPermission( 'p_blogs_admin' )}
- <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$aPost.blog_id}&amp;post_id={$aPost.post_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a>
- <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&amp;post_id={$aPost.post_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a>
+ <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$aPost.blog_id}&amp;post_id={$aPost.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a>
+ <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&amp;post_id={$aPost.post_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a>
{/if}
</div>
{/if}