X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fdiogenes.globals.inc.php.in;h=061608f2c51aab2f5d780de39102ac50413c5268;hb=6f76fd693e3dc30b066e0fdefd53ce4f551668f8;hp=18d074e7e03f30cb31a49cd7b3a50d06af9970b9;hpb=aa2b3c612a87840b35e26fa1cb36896dbeebc313;p=diogenes.git diff --git a/include/diogenes.globals.inc.php.in b/include/diogenes.globals.inc.php.in index 18d074e..061608f 100644 --- a/include/diogenes.globals.inc.php.in +++ b/include/diogenes.globals.inc.php.in @@ -42,10 +42,10 @@ class DiogenesGlobals extends DiogenesCoreGlobals { /** The Word file containing a barrel page definition */ var $wordfile = "page.doc"; - /** The revision control system (DiogenesRcs or DiogenesCvs). + /** The revision control system (Diogenes_VCS_RCS or Diogenes_VCS_RCS). * This can be set from the toplevel interface */ - var $rcs = "DiogenesRcs"; + var $rcs = "Diogenes_VCS_RCS"; /** The class for display toplevel pages. */ var $toplevel = 'DiogenesToplevel'; /** The class for displaying sites. */ @@ -120,6 +120,7 @@ class DiogenesGlobals extends DiogenesCoreGlobals { /** Available style sheets */ var $style_sheets = array( 'default_blue' => 'Default Blue', + 'fresh_blue' => 'Fresh Blue', 'funky_doc' => 'Funky Doc', );