modules/doc: Remove module/view.phtml as it has been replaced by renderDocAndToc()
refs #4820
This commit is contained in:
parent
ba860edb75
commit
4001f1de62
|
@ -1,7 +0,0 @@
|
|||
<?php if ($html === null): ?>
|
||||
<p>No documentation available.</p>
|
||||
<?php else: ?>
|
||||
<div class="content">
|
||||
<?= $html ?>
|
||||
</div>
|
||||
<?php endif ?>
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace Icinga\Module\Doc;
|
||||
|
||||
use \Exception;
|
||||
use Exception;
|
||||
|
||||
class DocException extends Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue