modules/doc: Remove icingaweb/index.phtml since it's replaced by renderDocAndToc()

refs #4820
This commit is contained in:
Eric Lippmann 2014-05-23 14:07:09 +02:00
parent 40c2c64985
commit ba860edb75
2 changed files with 1 additions and 10 deletions

View File

@ -8,6 +8,6 @@ class Doc_IcingawebController extends DocController
{
public function indexAction()
{
$this->populateView();
$this->renderDocAndToc();
}
}

View File

@ -1,9 +0,0 @@
<h1>Icinga Web 2 Documentation</h1>
<?= $this->partial(
'partials/docandtoc.phtml',
'doc',
array(
'docToc' => $docToc,
'docHtml' => $docHtml
)
); ?>