Remove $showTools, because it is set to true
Since the config-option for hide-tools no longer exists, this variable has become superflous.
This commit is contained in:
parent
e302d67fb6
commit
270380eb00
2 changed files with 17 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if (!defined('DOKU_INC')) die();
|
||||
|
||||
if ($conf['useacl'] && $showTools): ?>
|
||||
if ($conf['useacl']): ?>
|
||||
|
||||
<nav id="dokuwiki__usertools" class="nav-usertools <?php echo $navClass?>">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['user_tools']; ?></h6>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue