diff options
author | zottel <github@zottel.net> | 2015-09-23 08:59:28 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-23 08:59:28 +0200 |
commit | 0bfdb45b414b477573b6389e7730d8f93f53993e (patch) | |
tree | 114c0dc95c4cf3baa514de13ca2ed0c1759dd388 /view/php/default.php | |
parent | 032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5 (diff) | |
parent | f506f73d3fc80fb68f63f654b5e93a6920780d6f (diff) | |
download | volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.gz volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.tar.bz2 volse-hubzilla-0bfdb45b414b477573b6389e7730d8f93f53993e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 4c8311ef0..6a9cc5517 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -14,7 +14,7 @@ <div id="page-footer"></div> <div id="pause"></div> </section> - <aside id="region_3" class="hidden-sm hidden-xs"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> + <aside id="region_3" class="hidden-sm hidden-xs hidden-md"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> </main> <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer> </body> |