Skip to content

Commit

Permalink
MDL-39231: Rename region-bs-main to region-main in layout files for t…
Browse files Browse the repository at this point in the history
…heme bootstrap and theme simple
  • Loading branch information
bmbrands committed Apr 19, 2013
1 parent 8a4f888 commit 2135cec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions theme/bootstrap/layout/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
<?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 } ?>


Expand Down
8 changes: 4 additions & 4 deletions theme/simple/layout/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@
<?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 } ?>


Expand Down

0 comments on commit 2135cec

Please sign in to comment.