X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fdiogenes.globals.inc.php.in;h=0f4ec591d0f0873c3340ba9fd0844bd913e8b01e;hb=c2df69e91b0853e39edd2a6b5a57e807f9647945;hp=90ed1fb709bd9ddc1f0ba5328693d8ff9adc6180;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/include/diogenes.globals.inc.php.in b/include/diogenes.globals.inc.php.in index 90ed1fb..0f4ec59 100644 --- a/include/diogenes.globals.inc.php.in +++ b/include/diogenes.globals.inc.php.in @@ -116,6 +116,16 @@ class DiogenesGlobals extends DiogenesCoreGlobals { 'lush' => 'lush', 'mozilla' => 'mozilla' ); + + /** Available style sheets */ + var $style_sheets = array( + 'default_blue' => 'Default Blue', + 'fresh_blue' => 'Fresh 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";