Changeset 6238
- Timestamp:
- 05/18/10 22:59:20 (3 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/admin_multi_view/controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/admin_multi_view/controller.php
r5128 r6238 131 131 $my_theme = ''; 132 132 $themes_html='<select onchange="document.location = this.options[this.selectedIndex].value;">'; 133 foreach (get_pwg_themes() as $pwg_theme) 133 include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php'); 134 $themes = new themes(); 135 foreach ($themes->fs_themes as $pwg_theme => $fs_theme) 134 136 { 135 137 $selected = $pwg_theme == pwg_get_session_var( 'multiview_theme', $view_as_user['theme'] ) ? 'selected="selected"' : '';
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)