2014-08-22 11:02:08 +02:00
|
|
|
<?php
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
|
|
|
/* @var $this \Icinga\Application\Modules\Module */
|
|
|
|
|
2014-08-27 14:54:45 +02:00
|
|
|
$section = $this->menuSection('documentation', $this->translate('Documentation'), array(
|
2014-08-22 11:02:08 +02:00
|
|
|
'icon' => 'img/icons/comment.png',
|
|
|
|
'url' => 'doc',
|
|
|
|
'priority' => 80
|
|
|
|
));
|