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