removed loading of "styles.php" within the header, because it is in the meantime loaded by print_header.

This commit is contained in:
urs_hunkler
2005-01-26 09:44:59 +00:00
parent af7a638618
commit c794d0a9bb
-1
View 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 "$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>