Add configuration.php to Doc Module

refs #6639
This commit is contained in:
Alexander Fuhr 2014-08-22 11:02:08 +02:00
parent 1e891c2510
commit 968fa0a1cc
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
/* @var $this \Icinga\Application\Modules\Module */
$section = $this->menuSection($this->translate('Documentation'), array(
'title' => 'Documentation',
'icon' => 'img/icons/comment.png',
'url' => 'doc',
'priority' => 80
));