modules/doc: Remove module/view.phtml as it has been replaced by renderDocAndToc()

refs #4820
This commit is contained in:
Eric Lippmann 2014-05-23 14:09:50 +02:00
parent ba860edb75
commit 4001f1de62
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
<?php if ($html === null): ?>
<p>No documentation available.</p>
<?php else: ?>
<div class="content">
<?= $html ?>
</div>
<?php endif ?>

View File

@ -4,7 +4,7 @@
namespace Icinga\Module\Doc;
use \Exception;
use Exception;
class DocException extends Exception
{