Last change
on this file since 17940 was
5573,
checked in by Henrik Bettermann, 14 years ago
|
BT Education Moodle Theme
|
File size:
433 bytes
|
Rev | Line | |
---|
[5573] | 1 | <?PHP /* $Id: docstyles.php,v 1.3 2006/05/23 09:16:17 skodak Exp $ */ |
---|
| 2 | |
---|
| 3 | /// We use PHP so we can do value substitutions into the styles |
---|
| 4 | $nomoodlecookie = true; |
---|
| 5 | |
---|
| 6 | require_once("../../config.php"); |
---|
| 7 | $themename = optional_param('themename', NULL, PARAM_SAFEDIR); |
---|
| 8 | |
---|
| 9 | $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename); |
---|
| 10 | |
---|
| 11 | /// |
---|
| 12 | /// You can hardcode colours in this file if you |
---|
| 13 | /// don't care about this. |
---|
| 14 | |
---|
| 15 | ?> |
---|
Note: See
TracBrowser for help on using the repository browser.