diff -r a044ad834691 -r 7906fb190fc1 plugins/admin/ThemeManager.php --- a/plugins/admin/ThemeManager.php Sat Mar 01 19:01:07 2008 -0500 +++ b/plugins/admin/ThemeManager.php Sat Mar 01 23:02:05 2008 -0500 @@ -24,7 +24,7 @@ return; } - $system_themes = array('admin', 'printable'); + $system_themes =& $template->system_themes; // Obtain the list of themes (both available and already installed) and the styles available for each $dh = @opendir(ENANO_ROOT . '/themes'); @@ -310,7 +310,7 @@ if ( $enable == 0 && ( $theme_default === $theme_data['theme_id'] || $theme_data['make_default'] ) ) { $enable = '1'; - $warn_default .= $lang->get('acptm_warn_cant_disable_default'); + $warn_default .= '' . $lang->get('acptm_warn_cant_disable_default') . ''; } // We're good. Update the theme...