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