diff options
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 22be71cca..57dba40d1 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -55,6 +55,7 @@ </span> <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{$NB_ROW_PAGE}" > </li> +{if not $SPECIAL_USER} <li> <span class="property"> <label for="template">{'Interface theme'|@translate}</label> @@ -67,6 +68,7 @@ </span> {html_options id=language name=language options=$language_options selected=$language_selection} </li> +{/if} <li> <span class="property"> <label for="recent_period">{'Recent period'|@translate}</label> |