ajax.php
changeset 1017 d0d3da40c391
parent 1005 b7c7f7e2e93b
child 1068 4bcefa85649c
--- a/ajax.php	Sun May 31 23:26:05 2009 -0400
+++ b/ajax.php	Sun May 31 23:26:24 2009 -0400
@@ -559,6 +559,9 @@
       $return = array();
       foreach ( $template->theme_list as $theme )
       {
+        if ( $theme['enabled'] != 1 )
+          continue;
+        
         $return[] = array(
             'theme_name' => $theme['theme_name'],
             'theme_id' => $theme['theme_id'],