1 2 3 4
<? defined("SYSPATH") or die("No direct script access."); ?> <? foreach ($theme->blocks() as $block): ?> <?= $block ?> <? endforeach ?>