mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			255 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			255 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <h1><?= $docName ?> <?= $this->translate('Documentation'); ?></h1>
 | |
| <div class="toc">
 | |
|     <?= $tocRenderer->render($this, $this->getHelper('Url')); ?>
 | |
| </div>
 | |
| <div class="chapter">
 | |
|     <?= $sectionRenderer->render($this, $this->getHelper('Url')); ?>
 | |
| </div>
 |