diff options
author | Mario <mario@mariovavti.com> | 2024-06-27 19:23:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-27 19:23:20 +0000 |
commit | afdc3d6d18baa30ec14e33b4e91c8d2ee80ca35d (patch) | |
tree | 4d049f2c84f210b792961ef323178c778921a5ab | |
parent | 6a710c3cc303fed95532fe3600c2bdda08068add (diff) | |
parent | 26cb32612d275bd4f44d8bdf2c9da3e6e535b1ed (diff) | |
download | volse-hubzilla-afdc3d6d18baa30ec14e33b4e91c8d2ee80ca35d.tar.gz volse-hubzilla-afdc3d6d18baa30ec14e33b4e91c8d2ee80ca35d.tar.bz2 volse-hubzilla-afdc3d6d18baa30ec14e33b4e91c8d2ee80ca35d.zip |
Merge branch 'dev' into 9.2RC
-rw-r--r-- | view/php/doubleleft.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/doubleleft.php b/view/php/doubleleft.php index 2d1571bf8..97b1546dc 100644 --- a/view/php/doubleleft.php +++ b/view/php/doubleleft.php @@ -23,7 +23,7 @@ <main> <div class="content"> <div class="columns"> - <aside id="region_1"><div class="aside_spacer_top_left"></div><div class="aside_spacer_left"><div id="left_aside_wrapper" class="aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> + <aside id="region_1" class="d-none d-lg-block"><div class="aside_spacer_top_left"></div><div class="aside_spacer_left"><div id="left_aside_wrapper" class="aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> <div id="page-footer"></div> <div id="pause"></div> |