mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
ce4fa1fd3d
commit
9eb4b62cd0
@ -34,7 +34,17 @@ $docModuleToc = new Zend_Controller_Router_Route(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$docModulePdf = new Zend_Controller_Router_Route(
|
||||||
|
'doc/module/:moduleName/pdf',
|
||||||
|
array(
|
||||||
|
'controller' => 'module',
|
||||||
|
'action' => 'pdf',
|
||||||
|
'module' => 'doc'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$this->addRoute('doc/module/chapter', $docModuleChapter);
|
$this->addRoute('doc/module/chapter', $docModuleChapter);
|
||||||
$this->addRoute('doc/icingaweb/chapter', $docIcingaWebChapter);
|
$this->addRoute('doc/icingaweb/chapter', $docIcingaWebChapter);
|
||||||
$this->addRoute('doc/module/toc', $docModuleToc);
|
$this->addRoute('doc/module/toc', $docModuleToc);
|
||||||
|
$this->addRoute('doc/module/pdf', $docModulePdf);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user