source:
WAeUP_Moodle/bteducation/docstyles.php
Last change on this file was 5573, checked in by , 14 years ago | |
---|---|
File size: 433 bytes |
Line | |
---|---|
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.