getListItems('action '); $userToolsHtml = ''; if ($conf['useacl']) { $userToolsHtml = (new \dokuwiki\Menu\UserMenu())->getListItems('action '); } $breadcrumbsHtml = ''; if ($conf['youarehere']) { $breadcrumbsHtml = tpl_youarehere(null, true); // Remove the "You are here" label and the start page link, // since the wiki logo already links to the start page. if ($breadcrumbsHtml) { // Strip the label span and the home/start page span $breadcrumbsHtml = preg_replace('/.*?<\/span>/', '', $breadcrumbsHtml); $breadcrumbsHtml = preg_replace('/.*?<\/span>/', '', $breadcrumbsHtml); // Remove any leading separator left over after stripping the home link $breadcrumbsHtml = preg_replace('/^\s*ยป\s*/', '' , trim($breadcrumbsHtml)); } } if (!$breadcrumbsHtml && $conf['breadcrumbs']) { $breadcrumbsHtml = tpl_breadcrumbs(null, true); } $templateLogoUrl = tpl_basedir() . 'images/logo.svg'; $templateLogoPath = DOKU_TPLINC . 'images/logo.svg'; ?>

' . inlineSVG($templateLogoPath) . ''; } else { $logoMarkup = ''; } tpl_link( wl(), $logoMarkup . '' . $conf['title'] . '', 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"' ); ?>

getDropdown($lang['tools']); ?>