diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-24 23:24:01 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-24 23:24:01 +0000 |
commit | f9b339cf796e1b78e2a3416f594897c0b808c156 (patch) | |
tree | 8db694d7e84410212fd72a63d3312baad0e286dc /themes/default/template/profile_content.tpl | |
parent | 7682ed5e13e88d01cc0e05b083d49b6d8552a2b3 (diff) |
Feature 1533: admincan activate/deactivate user customization.
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
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 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}"> |