mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-23 01:39:53 -04:00
6 lines
182 B
PHP
6 lines
182 B
PHP
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||
|
|
|
||
|
|
<? foreach ($blocks as $ref => $text): ?>
|
||
|
|
<li class="gDraggable" ref="<?= $ref ?>"><?= $text ?></li>
|
||
|
|
<? endforeach ?>
|