diff --git a/modules/doc/application/controllers/IcingawebController.php b/modules/doc/application/controllers/IcingawebController.php new file mode 100644 index 000000000..209e751f4 --- /dev/null +++ b/modules/doc/application/controllers/IcingawebController.php @@ -0,0 +1,13 @@ +populateView(); + } +} diff --git a/modules/doc/application/views/scripts/icingaweb/index.phtml b/modules/doc/application/views/scripts/icingaweb/index.phtml new file mode 100644 index 000000000..ae6573b2b --- /dev/null +++ b/modules/doc/application/views/scripts/icingaweb/index.phtml @@ -0,0 +1,9 @@ +

Icinga Web 2 Documentation

+partial( + 'partials/docandtoc.phtml', + 'doc', + array( + 'docToc' => $docToc, + 'docHtml' => $docHtml + ) +); ?>