mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
18 lines
393 B
PHP
18 lines
393 B
PHP
<?PHP /* $Id$ */
|
|
|
|
/// We use PHP so we can do value substitutions into the styles
|
|
|
|
if (!isset($themename)) {
|
|
$themename = NULL;
|
|
}
|
|
|
|
$nomoodlecookie = true;
|
|
require_once("../../config.php");
|
|
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
|
|
|
|
///
|
|
/// You can hardcode colours in this file if you
|
|
/// don't care about this.
|
|
|
|
?>
|