Files
gallery3/modules/gallery/views/admin_sidebar_blocks.html.php
Johan Cwiklinski 6746792bdf Drop short_tags
2018-05-19 17:01:37 +02:00

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 ?>