mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-11 07:19:06 -04:00
6 lines
183 B
PHP
6 lines
183 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
|
|
<? foreach ($blocks as $ref => $text): ?>
|
|
<li class="g-draggable" ref="<?= $ref ?>"><?= $text ?></li>
|
|
<? endforeach ?>
|