aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-13 19:50:22 +0100
committermarijus <mario@mariovavti.com>2014-03-13 19:50:22 +0100
commitb32f8f0ba792bcea4d837444d986e71172097926 (patch)
treea32fa0716b6f474ac59a7550b806d147d65feed6 /view/php
parent3f337dad2c783e62338a88887d1ef3d7754da410 (diff)
downloadvolse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.gz
volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.bz2
volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.zip
move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again
Diffstat (limited to 'view/php')
-rw-r--r--view/php/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php
index 87b92161b..01cd8a0d4 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -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>