meta/app/modules/meta/views/section_detail.php

9 lines
232 B
PHP
Raw Normal View History

<h3><?= $section ?></h3>
<h4>Section Data</h4>
<?php /*<ul class="list">
<?php foreach($data as $id => $d): ?>
<li><a href="<?= miniMVC\site_url("section/detail/{$id}") ?>"><?= $section ?></a></li>
<?php endforeach ?>
</ul> */ ?>