diff options
Diffstat (limited to 'modules/gallery/views/admin_sidebar_blocks.html.php')
| -rw-r--r-- | modules/gallery/views/admin_sidebar_blocks.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_sidebar_blocks.html.php b/modules/gallery/views/admin_sidebar_blocks.html.php new file mode 100644 index 00000000..a1a71743 --- /dev/null +++ b/modules/gallery/views/admin_sidebar_blocks.html.php @@ -0,0 +1,5 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> + +<? foreach ($blocks as $ref => $text): ?> +<li class="gDraggable" ref="<?= $ref ?>"><?= $text ?></li> +<? endforeach ?> |
