X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fdiogenes.globals.inc.php.in;fp=include%2Fdiogenes.globals.inc.php.in;h=18d074e7e03f30cb31a49cd7b3a50d06af9970b9;hb=aa2b3c612a87840b35e26fa1cb36896dbeebc313;hp=90ed1fb709bd9ddc1f0ba5328693d8ff9adc6180;hpb=eb1adf7bace108d64413948df998e3c58da72664;p=diogenes.git diff --git a/include/diogenes.globals.inc.php.in b/include/diogenes.globals.inc.php.in index 90ed1fb..18d074e 100644 --- a/include/diogenes.globals.inc.php.in +++ b/include/diogenes.globals.inc.php.in @@ -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";