mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
8 lines
141 B
PHTML
8 lines
141 B
PHTML
<?php if ($html === null): ?>
|
|
<p>No documentation available.</p>
|
|
<?php else: ?>
|
|
<div class="content">
|
|
<?= $html ?>
|
|
</div>
|
|
<?php endif ?>
|