]> git.mjollnir.org Git - moodle.git/commitdiff
Removed stylesheet link, and renamed containerContent to content
authormoodler <moodler>
Tue, 25 Jan 2005 16:09:46 +0000 (16:09 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 16:09:46 +0000 (16:09 +0000)
theme/standard/header.html

index c2e795030aa8a1d5489905942de6842ec7bef850..923d2a67e5a172eef416dd5e769928385e8dd482 100644 (file)
@@ -4,7 +4,6 @@
     <?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 $styles ?>" />
     <link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
     <?php include("$CFG->javascript"); ?>
 </head>
@@ -43,4 +42,4 @@
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
-    <div id="containerContent">
+    <div id="content">