MDL-44269 theme_clean: Change location of navbar (breadcumb) to below logo.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user