source: WAeUP_Moodle/acreen/akademie_gruen/docstyles.php @ 4151

Last change on this file since 4151 was 3768, checked in by Henrik Bettermann, 16 years ago

add two themes made for ACREEN

File size: 433 bytes
RevLine 
[3768]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.