debug show or hide sidebar in edit mode
This commit is contained in:
parent
42f51ec5ba
commit
605f78d818
3 changed files with 13 additions and 4 deletions
3
main.php
3
main.php
|
@ -148,8 +148,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
<div class="sr-only nav-area-head">
|
||||
<h5 class="sr-only" role="heading" aria-level="1"><?php echo tpl_getLang('nav-area-head') ?></h5>
|
||||
</div><!-- .nav-area-head -->
|
||||
<?php if ($showSidebar): ?>
|
||||
|
||||
|
||||
<div class="tools">
|
||||
<div class="container">
|
||||
|
@ -223,7 +221,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
</div><!-- .row -->
|
||||
</div><!-- .container -->
|
||||
</div><!-- .tools -->
|
||||
<?php endif ?>
|
||||
|
||||
|
||||
<div class="top-header">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue