obsolete link to stylesheet deleted.

not needed div "breadcrumb" and "navbutton" deleted.
This commit is contained in:
urs_hunkler 2005-03-25 08:09:03 +00:00
parent 197a9c8159
commit 40b8ea2638
2 changed files with 0 additions and 6 deletions

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 $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?>
</head>
@ -26,8 +25,6 @@
</div>
<div class="clearer"></div>
<div id="nav-bar">
<div id="breadcrumb">&nbsp;</div>
<div id="navbutton">&nbsp;</div>
</div>
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
?>

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 $styles ?>" />
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?>
</head>
@ -26,8 +25,6 @@
</div>
<div class="clearer"></div>
<div id="nav-bar">
<div id="breadcrumb">&nbsp;</div>
<div id="navbutton">&nbsp;</div>
</div>
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
?>