diff options
Diffstat (limited to 'template/yoga/profile_content.tpl')
-rw-r--r-- | template/yoga/profile_content.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl index e738e59c6..931b08c61 100644 --- a/template/yoga/profile_content.tpl +++ b/template/yoga/profile_content.tpl @@ -91,6 +91,11 @@ <label><input type="radio" name="show_nb_comments" value="false" {NB_COMMENTS_NO}> {lang:no}</label> </li> <li> + <span class="property">{lang:show_nb_hits}</span> + <label><input type="radio" name="show_nb_hits" value="true" {NB_HITS_YES}> {lang:yes}</label> + <label><input type="radio" name="show_nb_hits" value="false" {NB_HITS_NO}> {lang:no}</label> + </li> + <li> <span class="property"> <label for="maxwidth">{lang:maxwidth}</label> </span> |