diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:56 +0100 |
commit | 6bde70d60a02e9e461bc8cb6dcb475778c435fec (patch) | |
tree | 95121b9236e905c98f2d050064b73198dec5621b /view/php/default.php | |
parent | 5252211c921a429c3c8e93278c4dfb9637afc190 (diff) | |
download | volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.gz volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.bz2 volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.zip |
move the sticky-kit^Cquery plugin to /lib and see if we want this for the whole app
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 f5be4fa35..839a36b5b 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -10,7 +10,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"><?php if(x($page,'aside')) echo $page['aside']; ?></aside> + <aside id="region_1"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> <div id="page-footer"></div> <div id="pause"></div> |