mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
obsolete link to stylesheet deleted.
not needed div "breadcrumb" and "navbutton" deleted.
This commit is contained in:
parent
197a9c8159
commit
40b8ea2638
@ -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"> </div>
|
||||
<div id="navbutton"> </div>
|
||||
</div>
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
|
||||
?>
|
||||
|
@ -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"> </div>
|
||||
<div id="navbutton"> </div>
|
||||
</div>
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user