better content-togglelink
This commit is contained in:
parent
52928b7b4e
commit
9d4d2a1a8c
3 changed files with 55 additions and 36 deletions
10
main.php
10
main.php
|
@ -296,6 +296,11 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
?>
|
||||
|
||||
<div class="breadcrumbs">
|
||||
|
||||
<div class="togglelink page_main-content">
|
||||
<a href="#">< ><span class="sr-out">auf/zu</span></a>
|
||||
</div>
|
||||
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
||||
|
||||
<?php
|
||||
|
@ -327,11 +332,6 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
</div>
|
||||
|
||||
<div id="dokuwiki__content" class="page main-content">
|
||||
|
||||
<div class="togglelink page_main-content">
|
||||
<a href="#">< ><span class="sr-out">auf/zu</span></a>
|
||||
</div>
|
||||
|
||||
<div id="meta-box">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_meta_box') ?></h6>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue