 e1fee95368
			
		
	
	
	e1fee95368
	
	
	
		
			
			As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs may not clash with headlines. To avoid that all IDs have to use two subsequent underscores.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
| <?php
 | |
|     if (!defined('DOKU_INC')) die();
 | |
| ?>
 | |
| 
 | |
|         <div id="spr__direct" class="nav-direct no-print">
 | |
|             <div class="container">
 | |
|                 <div class="row">
 | |
|                     <div class="col-xs-12">
 | |
| 
 | |
|                         <p>
 | |
|                             <span class="sr-out"><?php echo tpl_getLang('direct_prefix'); ?>: </span>
 | |
|                             <span class="skip">
 | |
|                                 <a rel="nofollow" href="#content"><?php echo tpl_getLang('direct_content_main'); ?></a><span class="sr-out"> /</span>
 | |
|                                 <a rel="nofollow" href="#dokuwiki__usertools"><?php echo $lang['user_tools']; ?></a><span class="sr-out"> /</span>
 | |
|                                 <a rel="nofollow" href="#nav-main"><?php echo tpl_getLang('direct_menu_main');  ?></a>
 | |
|                             </span>
 | |
|                         </p>
 | |
| 
 | |
|                         <hr class="structure" />
 | |
| 
 | |
|                     </div><!-- .col -->
 | |
|                 </div><!-- .row -->
 | |
|             </div><!-- .container -->
 | |
|         </div><!-- .nav-direct -->
 | |
| 
 |