modules/doc: Remove icingaweb/index.phtml since it's replaced by renderDocAndToc()
refs #4820
This commit is contained in:
parent
40c2c64985
commit
ba860edb75
|
@ -8,6 +8,6 @@ class Doc_IcingawebController extends DocController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->populateView();
|
||||
$this->renderDocAndToc();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<h1>Icinga Web 2 Documentation</h1>
|
||||
<?= $this->partial(
|
||||
'partials/docandtoc.phtml',
|
||||
'doc',
|
||||
array(
|
||||
'docToc' => $docToc,
|
||||
'docHtml' => $docHtml
|
||||
)
|
||||
); ?>
|
Loading…
Reference in New Issue