show.php

Code Hygiene Score: 100

Keine Issues gefunden.

Versionen 1

Code

<?php ob_start(); ?>

<?= $doc['content'] ?>

<?php if (!empty($children)): ?>
<?php foreach ($children as $child): ?>
<section class="doc-child-section">
    <?= $child['content'] ?>
</section>
<?php endforeach; ?>
<?php endif; ?>

<?php $content = ob_get_clean(); ?>
<?php require VIEW_PATH . '/layout.php'; ?>
← Übersicht