Subversion Repositories ALCASAR

Rev

Rev 1675 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1675 Rev 2281
Line 85... Line 85...
85
 
85
 
86
    // Font to use for SVG graphs
86
    // Font to use for SVG graphs
87
    define('SVG_FONT', 'Verdana');
87
    define('SVG_FONT', 'Verdana');
88
 
88
 
89
    // Default theme
89
    // Default theme
90
    define('DEFAULT_COLORSCHEME', 'light');
90
    define('DEFAULT_COLORSCHEME', 'alcasar');
91
    
91
    
92
    // SVG Depth scaling factor
92
    // SVG Depth scaling factor
93
    define('SVG_DEPTH_SCALING', 1);
93
    define('SVG_DEPTH_SCALING', 1);
94
 
94
 
95
?>
95
?>