mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-44269_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
25de7d88e7
3 changed files with 3 additions and 3 deletions
|
@ -61,11 +61,11 @@ echo $OUTPUT->doctype() ?>
|
||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
|
<?php echo $html->heading; ?>
|
||||||
<div id="page-navbar" class="clearfix">
|
<div id="page-navbar" class="clearfix">
|
||||||
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
||||||
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
<?php echo $OUTPUT->course_header(); ?>
|
<?php echo $OUTPUT->course_header(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -62,11 +62,11 @@ echo $OUTPUT->doctype() ?>
|
||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
|
<?php echo $html->heading; ?>
|
||||||
<div id="page-navbar" class="clearfix">
|
<div id="page-navbar" class="clearfix">
|
||||||
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
||||||
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
<?php echo $OUTPUT->course_header(); ?>
|
<?php echo $OUTPUT->course_header(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -73,11 +73,11 @@ echo $OUTPUT->doctype() ?>
|
||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
|
<?php echo $html->heading; ?>
|
||||||
<div id="page-navbar" class="clearfix">
|
<div id="page-navbar" class="clearfix">
|
||||||
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
<nav class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></nav>
|
||||||
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
<div class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
<?php echo $OUTPUT->course_header(); ?>
|
<?php echo $OUTPUT->course_header(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue