aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/default.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-13 15:37:29 -0700
committerfriendica <info@friendica.com>2014-03-13 15:37:29 -0700
commit254885c5ee31b7ab5174161775f5b225fb687e56 (patch)
tree3198d4778c4e5708ff516720cd09d52a0d446539 /view/php/default.php
parenta8ea9197654415cbe156fb5552f9d668a0b86eba (diff)
parenta8de28cc16df3def8122db4d48b656fc56fce54f (diff)
downloadvolse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.tar.gz
volse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.tar.bz2
volse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/php/default.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>