summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-08-09 17:38:20 +0100
committerlsces <lester@lsces.co.uk>2014-08-09 17:38:20 +0100
commit82093abc89318d141a5095e26dbdcf8cf8dd12a7 (patch)
tree6a2e37e9557b50e1426978f7c61eb8258934c50b
parent22ab4de11ce6f5bbd6cfa13af0c750b7593b6f19 (diff)
downloadblogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.tar.gz
blogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.tar.bz2
blogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.zip
Correct icon name paperclip has hyphen ...
-rw-r--r--templates/blog_list_post.tpl2
-rw-r--r--templates/view_blog_post.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index 375bb4e..d532be7 100644
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -9,7 +9,7 @@
<div class="floaticon">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$aPost}
{if $gBitUser->hasPermission( 'p_blogs_admin' )}
- <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paperclip" ipackage="icons" iexplain="crosspost"}</a>
+ <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="crosspost"}</a>
{/if}
<a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="print"}</a>
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl
index e9a8645..2e293c1 100644
--- a/templates/view_blog_post.tpl
+++ b/templates/view_blog_post.tpl
@@ -26,7 +26,7 @@
{/if}
{if $gContent->hasUserPermission( 'p_blogs_admin' )}
- <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{booticon iname="icon-paperclip" ipackage="icons" iexplain="Crosspost"}</a>
+ <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="Crosspost"}</a>
{/if}
<a title="{tr}Print{/tr}" style="display:none;" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$post_info.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="Print"}</a>