moodle/theme/formal_white/docstyles.php

16 lines
380 B
PHP
Raw Normal View History

2006-04-29 19:52:44 +00:00
<?PHP /* $Id$ */
/// We use PHP so we can do value substitutions into the styles
$nomoodlecookie = true;
2006-04-29 19:52:44 +00:00
require_once("../../config.php");
$themename = optional_param('themename', NULL, PARAM_SAFEDIR);
2006-04-29 19:52:44 +00:00
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
///
/// You can hardcode colours in this file if you
/// don't care about this.
?>