diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:32:41 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:32:41 -0400 |
| commit | 8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e (patch) | |
| tree | 81d5be1281e1c76f8c974eeffb0291666c9ee12a /templates/view_blog_post.tpl | |
| parent | 1d5d0f7baac2289db505da54196f86be46497110 (diff) | |
| download | blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.gz blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.bz2 blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/view_blog_post.tpl')
| -rw-r--r-- | templates/view_blog_post.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 2c4d88b..941183e 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -35,10 +35,10 @@ {/if} {if $gContent->hasUpdatePermission()} - <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> + <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a> {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} - <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$post_info.post_id}&status_id=300">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$post_info.post_id}&status_id=300">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} {/if} </div> |
