diff options
Diffstat (limited to 'themes/default/template/profile_content.tpl')
-rw-r--r-- | themes/default/template/profile_content.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index 161203362..3f2245523 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -70,10 +70,12 @@ <span class="property">{'Expand all albums'|@translate}</span> {html_radios name='expand' options=$radio_options selected=$EXPAND} </li> + {if $ACTIVATE_COMMENTS} <li> <span class="property">{'Show number of comments'|@translate}</span> {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS} </li> + {/if} <li> <span class="property">{'Show number of hits'|@translate}</span> {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} |