diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/profile_content.tpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index f9f7b8530..9736e101a 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -80,18 +80,6 @@ <span class="property">{'Show number of hits'|@translate}</span> {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} </li> - <li> - <span class="property"> - <label for="maxwidth">{'Maximum photo width'|@translate}</label> - </span> - <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}"> - </li> - <li> - <span class="property"> - <label for="maxheight">{'Maximum photo height'|@translate}</label> - </span> - <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}"> - </li> </ul> </fieldset> {/if} |