From c501688dbc98428635bdf569dc9c136e24fbd9a9 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 14 Jan 2012 22:29:10 +0000 Subject: feature:2549 Allow to disable comments for everybody git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/profile_content.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/template/profile_content.tpl') diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 24cf53abe..33727f7aa 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -47,7 +47,7 @@ -{if not $SPECIAL_USER} + {if not $SPECIAL_USER}
  • @@ -60,7 +60,7 @@ {html_options id=language name=language options=$language_options selected=$language_selection}
  • -{/if} + {/if}
  • @@ -71,10 +71,12 @@ {'Expand all albums'|@translate} {html_radios name='expand' options=$radio_options selected=$EXPAND}
  • + {if $ACTIVATE_COMMENTS}
  • {'Show number of comments'|@translate} {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS}
  • + {/if}
  • {'Show number of hits'|@translate} {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} -- cgit v1.2.3