diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-24 01:36:28 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-24 01:36:28 +0000 |
commit | 2ad08fa8c176581c7ab17b31af950adb8b4f3edf (patch) | |
tree | 03206e8fa44a76b3c2e8be687a3b25bea74cf102 /admin/themes/default | |
parent | 6c31dd43268dc5cccc91968415cf03350a517c92 (diff) |
feature 1502: bug corrected on guest setting page.
Remove $conf['default_theme'] from config file (useless).
Check if theme is still installed in pwg_get_themes.
git-svn-id: http://piwigo.org/svn/trunk@5306 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index fd8841a4e..995fa734a 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -59,7 +59,7 @@ <span class="property"> <label for="template">{'Interface theme'|@translate}</label> </span> - {html_options id=template name=template options=$template_options selected=$template_selection} + {html_options id=template name=theme options=$template_options selected=$template_selection} </li> <li> <span class="property"> |