diff --git a/theme/standard/layout-home.php b/theme/standard/layout-home.php index e5c45d511f6..452e6568a70 100644 --- a/theme/standard/layout-home.php +++ b/theme/standard/layout-home.php @@ -29,7 +29,7 @@ a multi-column cross-browser layout too, so this is a temporary hack. --> - blocks->region_has_content('side-pre')) { ?> + blocks->region_has_content('side-pre', $OUTPUT)) { ?> @@ -37,7 +37,7 @@ - blocks->region_has_content('side-post')) { ?> + blocks->region_has_content('side-post', $OUTPUT)) { ?> diff --git a/theme/standard/layout.php b/theme/standard/layout.php index 1b9bbaff5e3..7e6a41062d3 100644 --- a/theme/standard/layout.php +++ b/theme/standard/layout.php @@ -32,7 +32,7 @@ a multi-column cross-browser layout too, so this is a temporary hack. -->
blocks_for_region('side-pre') ?> [MAIN CONTENT GOES HERE] blocks_for_region('side-post') ?>
- blocks->region_has_content('side-pre')) { ?> + blocks->region_has_content('side-pre', $OUTPUT)) { ?> @@ -40,7 +40,7 @@ - blocks->region_has_content('side-post')) { ?> + blocks->region_has_content('side-post', $OUTPUT)) { ?>
blocks_for_region('side-pre') ?> [MAIN CONTENT GOES HERE] blocks_for_region('side-post') ?>