diff options
Diffstat (limited to 'themes/default')
-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 876a2a8a8..fa43adde6 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -39,6 +39,7 @@ {/if} </fieldset> +{if $ALLOW_USER_CUSTOMIZATION} <fieldset> <legend>{'Preferences'|@translate}</legend> @@ -99,6 +100,7 @@ </li> </ul> </fieldset> +{/if} <p class="bottomButtons"> <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}"> |