move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again

This commit is contained in:
marijus
2014-03-13 19:50:22 +01:00
parent 3f337dad2c
commit b32f8f0ba7
6 changed files with 25 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<main>
<aside id="region_1" class="hidden-xs"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
<div id="pause"></div>