summaryrefslogtreecommitdiff
path: root/templates/crosspost.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/crosspost.tpl')
-rwxr-xr-xtemplates/crosspost.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl
index 18544e5..22c1285 100755
--- a/templates/crosspost.tpl
+++ b/templates/crosspost.tpl
@@ -19,8 +19,8 @@
{if $gContent->mInfo.blogs.$blogContentId && ($blogContentId != $crosspost.blog_content_id) }
{assign var="has_crosspost" value=true}
{$availBlogTitle|escape}
- &nbsp;<a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&amp;post_id={$post_info.post_id}">{biticon ipackage="icons" iname="edit" ipackage="icons" iexplain="edit crosspost note"}</a>
- &nbsp;<a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&amp;post_id={$post_info.post_id}&amp;blog_content_id={$blogContentId}&amp;status_id=300">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain="delete this crossposting"}</a><br/>
+ &nbsp;<a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&amp;post_id={$post_info.post_id}">{biticon ipackage="icons" iname="edit" iexplain="edit crosspost note"}</a>
+ &nbsp;<a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&amp;post_id={$post_info.post_id}&amp;blog_content_id={$blogContentId}&amp;status_id=300">{biticon ipackage="icons" iname="user-trash" iexplain="delete this crossposting"}</a><br/>
{/if}
{/foreach}
{if !$has_crosspost}