plugins/admin/ThemeManager.php
changeset 471 7906fb190fc1
parent 465 fe8b8c9b54e8
child 477 c4d6e9b3b964
--- 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 .= '<b>' . $lang->get('acptm_warn_cant_disable_default') . '</b>';
       }
       
       // We're good. Update the theme...