0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: blog_post_status.tpl
<div class="status"> <a class="link" href="{$post_info.postId|sefurl:blogpost}">{tr}Permalink{/tr}</a> {if $blog_post_context eq 'view_blog'} {if $allow_comments eq 'y' and $prefs.feature_blogposts_comments eq 'y' && $tiki_p_read_comments eq 'y'} | <a class="link linkcomments" href="{$post_info.postId|sefurl:blogpost}#comments"> {if $post_info.comments == 0 && $tiki_p_post_comments eq 'y'} {tr}Leave a comment{/tr} {else} {$post_info.comments} {if $post_info.comments == 1} {tr}comment{/tr} {else} {tr}comments{/tr} {/if} {/if} </a> {/if} {/if} </div>