mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
7 lines
185 B
PHP
7 lines
185 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<div id="gSidebar" class="yui-b">
|
|
<? foreach ($theme->blocks() as $block): ?>
|
|
<?= $block ?>
|
|
<? endforeach ?>
|
|
</div>
|