ZwiiCMS/module/folder/view/index/index.php

6 lines
181 B
PHP
Raw Normal View History

2024-03-13 16:28:19 +01:00
<div id="dirindex">
<article>
2024-03-15 20:13:58 +01:00
<h1><?php echo $this->getData(['module', $this->getUrl(0), 'title']);?></h1>
2024-03-13 16:28:19 +01:00
<?php echo $module::$folders; ?>
</article>
</div>