mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-02 17:59:16 -04:00
5 lines
138 B
PHP
5 lines
138 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<? foreach ($theme->blocks() as $block): ?>
|
|
<?= $block ?>
|
|
<? endforeach ?>
|