add level1 class to fake inpage lists
This commit is contained in:
parent
9eec2b7fe2
commit
373f4a8f3a
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
<span><?php echo inlineSVG(__DIR__ . '/../img/sitemap.svg')?></span>
|
<span><?php echo inlineSVG(__DIR__ . '/../img/sitemap.svg')?></span>
|
||||||
<?php echo $lang['site_tools']; ?>
|
<?php echo $lang['site_tools']; ?>
|
||||||
</h6>
|
</h6>
|
||||||
<div class="nav-panel">
|
<div class="nav-panel level1">
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
tpl_toolsevent(
|
tpl_toolsevent(
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<h6 role="heading" aria-level="2">
|
<h6 role="heading" aria-level="2">
|
||||||
<span><?php echo inlineSVG(__DIR__ . '/../img/account-settings.svg')?></span>
|
<span><?php echo inlineSVG(__DIR__ . '/../img/account-settings.svg')?></span>
|
||||||
<?php echo $lang['user_tools']; ?></h6>
|
<?php echo $lang['user_tools']; ?></h6>
|
||||||
<div class="nav-panel">
|
<div class="nav-panel level1">
|
||||||
<ul>
|
<ul>
|
||||||
<?php /* dokuwiki user tools */
|
<?php /* dokuwiki user tools */
|
||||||
tpl_toolsevent(
|
tpl_toolsevent(
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<h6 role="heading" aria-level="2">
|
<h6 role="heading" aria-level="2">
|
||||||
<span><?php echo inlineSVG(__DIR__ . '/../img/apple-safari.svg')?></span>
|
<span><?php echo inlineSVG(__DIR__ . '/../img/apple-safari.svg')?></span>
|
||||||
<?php echo tpl_getLang('head_menu_trace'); ?></h6>
|
<?php echo tpl_getLang('head_menu_trace'); ?></h6>
|
||||||
<div class="nav-panel">
|
<div class="nav-panel level1">
|
||||||
<ul>
|
<ul>
|
||||||
<?php /* trace breadcrumbs as list */
|
<?php /* trace breadcrumbs as list */
|
||||||
// FIXME move to helper class
|
// FIXME move to helper class
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue