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