]> git.mjollnir.org Git - moodle.git/commitdiff
added loading "styles.php"
authorurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 09:15:16 +0000 (09:15 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 09:15:16 +0000 (09:15 +0000)
theme/standard/header.html

index ae4e4b5d3f52d42e8657edd347d1f0cdea18ea63..0fcb84178241c5c8f9a4c71b68f4aeefcb91cd4f 100644 (file)
@@ -4,6 +4,7 @@
     <?php echo $meta ?>
     <meta name="keywords" content="moodle, <?php echo $title ?> " />
     <title><?php echo $title ?></title>
+    <link rel="stylesheet" type="text/css" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/styles.php" />
     <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
     <?php include("$CFG->javascript"); ?>
 </head>