diff --git a/tpl_header.php b/tpl_header.php index f663014..7025d19 100755 --- a/tpl_header.php +++ b/tpl_header.php @@ -6,20 +6,6 @@ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); - -$siteToolsHtml = (new \dokuwiki\Menu\SiteMenu())->getListItems('action '); -$userToolsHtml = ''; -if ($conf['useacl']) { - $userToolsHtml = (new \dokuwiki\Menu\UserMenu())->getListItems('action '); -} - -$breadcrumbsHtml = ''; -if ($conf['youarehere']) { - $breadcrumbsHtml = tpl_youarehere(null, true); -} -if (!$breadcrumbsHtml && $conf['breadcrumbs']) { - $breadcrumbsHtml = tpl_breadcrumbs(null, true); -} ?> @@ -27,73 +13,76 @@ if (!$breadcrumbsHtml && $conf['breadcrumbs']) { -
+