Skip to content

Commit

Permalink
Merge branch 'MDL-36978_M24' of git://github.com/lazydaisy/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_24_STABLE
  • Loading branch information
Sam Hemelryk committed Dec 10, 2012
2 parents b8b1926 + 2a6e343 commit 07f89a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions theme/standardold/layout/frontpage.php
Expand Up @@ -49,22 +49,21 @@
<div id="page-content"> <div id="page-content">
<table id="region-main-box" class="layout-table" summary="layout"> <table id="region-main-box" class="layout-table" summary="layout">
<tr id="region-post-box"> <tr id="region-post-box">
<?php if ($hassidepre) { ?>
<td id="region-pre" class="block-region"> <td id="region-pre" class="block-region">
<div class="region-content"> <div class="region-content">
<?php echo $OUTPUT->blocks_for_region('side-pre') ?> <?php echo $OUTPUT->blocks_for_region('side-pre') ?>
</div> </div>
</td> </td>
<?php if ($hassidepre) { ?> <?php } ?>
<td id="region-main-wrap"> <td id="region-main-wrap">
<div id="region-main"> <div id="region-main">
<div class="region-content"> <div class="region-content">
<?php echo $OUTPUT->main_content() ?> <?php echo $OUTPUT->main_content() ?>
</div> </div>
</div> </div>
</td> </td>
<?php <?php if ($hassidepost) { ?>
}
if ($hassidepost) { ?>
<td id="region-post" class="block-region"> <td id="region-post" class="block-region">
<div class="region-content"> <div class="region-content">
<?php echo $OUTPUT->blocks_for_region('side-post') ?> <?php echo $OUTPUT->blocks_for_region('side-post') ?>
Expand Down

0 comments on commit 07f89a0

Please sign in to comment.