mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-39231_master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
92809986aa
@ -113,13 +113,13 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php if ($layout === 'pre-and-post') { ?>
|
||||
<div id="region-bs-main-and-pre" class="span9">
|
||||
<div class="row-fluid">
|
||||
<section id="region-bs-main" class="span8 pull-right">
|
||||
<section id="region-main" class="span8 pull-right">
|
||||
<?php } else if ($layout === 'side-post-only') { ?>
|
||||
<section id="region-bs-main" class="span9">
|
||||
<section id="region-main" class="span9">
|
||||
<?php } else if ($layout === 'side-pre-only') { ?>
|
||||
<section id="region-bs-main" class="span9 pull-right">
|
||||
<section id="region-main" class="span9 pull-right">
|
||||
<?php } else if ($layout === 'content-only') { ?>
|
||||
<section id="region-bs-main" class="span12">
|
||||
<section id="region-main" class="span12">
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
@ -142,13 +142,13 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php if ($layout === 'pre-and-post') { ?>
|
||||
<div id="region-bs-main-and-pre" class="span9">
|
||||
<div class="row-fluid">
|
||||
<section id="region-bs-main" class="span8 pull-right">
|
||||
<section id="region-main" class="span8 pull-right">
|
||||
<?php } else if ($layout === 'side-post-only') { ?>
|
||||
<section id="region-bs-main" class="span9">
|
||||
<section id="region-main" class="span9">
|
||||
<?php } else if ($layout === 'side-pre-only') { ?>
|
||||
<section id="region-bs-main" class="span9 pull-right">
|
||||
<section id="region-main" class="span9 pull-right">
|
||||
<?php } else if ($layout === 'content-only') { ?>
|
||||
<section id="region-bs-main" class="span12">
|
||||
<section id="region-main" class="span12">
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user