2009-09-30 14:25:33 -07:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
|
|
|
|
|
|
|
|
<? foreach ($blocks as $ref => $text): ?>
|
2009-10-04 00:27:22 -06:00
|
|
|
<li class="g-draggable" ref="<?= $ref ?>"><?= $text ?></li>
|
2009-09-30 14:25:33 -07:00
|
|
|
<? endforeach ?>
|