moodle/theme/formal_white/docstyles.php
Francois Marier 6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00

16 lines
433 B
PHP

<?PHP /* $Id$ */
/// We use PHP so we can do value substitutions into the styles
define('NO_MOODLE_COOKIES', true); // session not used here
require_once("../../config.php");
$themename = optional_param('themename', NULL, PARAM_SAFEDIR);
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>