0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: comments_button.tpl
{* $Id: tiki-browse_gallery.tpl 15897 2008-12-04 18:42:12Z sylvieg $ *} {if $comments_cant gt 0} {assign var=thisbuttonclass value='highlight'} {else} {assign var=thisbuttonclass value=''} {/if} {if $comments_cant == 0 or ($tiki_p_read_comments == 'n' and $tiki_p_post_comments == 'y')} {assign var=thistext value="{tr}Add Comment{/tr}"} {elseif $comments_cant == 1} {assign var=thistext value="{tr}1 comment{/tr}"} {else} {assign var=thistext value="$comments_cant {tr}Comments{/tr}"} {/if} {if isset($pagemd5)} {assign var=thisflipid value="comzone$pagemd5"} {else} {assign var=thisflipid value="comzone"} {/if} {if $comments_show eq 'y'} {assign var=flip_open value='y'} {else} {assign var=flip_open value=$prefs.wiki_comments_displayed_default} {/if} {button href="#comments" _flip_id=$thisflipid _class=$thisbuttonclass _text=$thistext _flip_default_open=$flip_open}