Skip to content

Commit

Permalink
Removed stylesheet link, and renamed containerContent to content
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 25, 2005
1 parent 965358a commit bc59b0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions theme/standard/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -43,4 +42,4 @@
<?php } ?>
<div class="clearer">&nbsp;</div>
<!-- END OF HEADER -->
<div id="containerContent">
<div id="content">

0 comments on commit bc59b0b

Please sign in to comment.