mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-22 07:43:53 -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 ?>
|