Files
gallery3/modules/gallery/views/admin_sidebar_blocks.html.php

6 lines
189 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
2018-01-28 12:43:27 +01:00
<?php foreach ($blocks as $ref => $text): ?>
<li class="g-draggable" ref="<?= $ref ?>"><?= $text ?></li>
2018-01-28 12:43:27 +01:00
<?php endforeach ?>