MDL-44269 theme_clean: Change location of navbar (breadcumb) to below logo.

This commit is contained in:
Mary Evans
2014-02-19 22:03:38 +00:00
parent 692d247a3a
commit e11558bca3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,11 +53,11 @@ echo $OUTPUT->doctype() ?>
<div id="page" class="container-fluid">
<header id="page-header" class="clearfix">
<?php echo $html->heading; ?>
<div id="page-navbar" class="clearfix">
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
</div>
<?php echo $html->heading; ?>
<div id="course-header">
<?php echo $OUTPUT->course_header(); ?>
</div>
+1 -1
View File
@@ -54,11 +54,11 @@ echo $OUTPUT->doctype() ?>
<div id="page" class="container-fluid">
<header id="page-header" class="clearfix">
<?php echo $html->heading; ?>
<div id="page-navbar" class="clearfix">
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
</div>
<?php echo $html->heading; ?>
<div id="course-header">
<?php echo $OUTPUT->course_header(); ?>
</div>
+1 -1
View File
@@ -73,11 +73,11 @@ echo $OUTPUT->doctype() ?>
<div id="page" class="container-fluid">
<header id="page-header" class="clearfix">
<?php echo $html->heading; ?>
<div id="page-navbar" class="clearfix">
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
</div>
<?php echo $html->heading; ?>
<div id="course-header">
<?php echo $OUTPUT->course_header(); ?>
</div>