summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_sidebar_blocks.html.php
blob: 48aa3f0537d9d3b3f1cedc3c67678ec257348325 (plain)
1
2
3
4
5
<?php defined("SYSPATH") or die("No direct script access.") ?>

<? foreach ($blocks as $ref => $text): ?>
<li class="g-draggable" ref="<?= $ref ?>"><?= $text ?></li>
<? endforeach ?>