main nav effects
This commit is contained in:
parent
5cbfd9f86e
commit
c39e94e4e3
4 changed files with 142 additions and 1 deletions
2
main.php
2
main.php
|
@ -14,7 +14,7 @@ if (!defined('DOKU_INC')) die(); /* must be run from with
|
|||
header('X-UA-Compatible: IE=edge,chrome=1');
|
||||
|
||||
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) );
|
||||
$showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||
$showSidebar = /*page_findnearest($conf['sidebar']) &&*/ ($ACT=='show');
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue