mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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()
|
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…
x
Reference in New Issue
Block a user