* refactor global options handling in toplevel/options
[diogenes.git] / include / diogenes.globals.inc.php.in
index 90ed1fb..18d074e 100644 (file)
@@ -116,6 +116,15 @@ class DiogenesGlobals extends DiogenesCoreGlobals {
                            'lush' => 'lush',
                            'mozilla' => 'mozilla'
                           );
+
+   /** Available style sheets */
+   var $style_sheets = array(
+                           'default_blue' => 'Default Blue',
+                           'funky_doc' => 'Funky Doc',
+                          );
+  
+  /** Default stylesheet for new barrels */
+  var $barrel_style_sheet = 'default_blue';
   
   /** The HTML editor to use (ekit, kafenio) */
   var $html_editor = "kafenio";