diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 14:25:33 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 14:26:32 -0700 |
| commit | 4de412e72270587cbd656ebafe08892344055a4d (patch) | |
| tree | a536c7965efa112b82ab18a35da49d8f239fb8fc /modules/gallery/views/admin_sidebar_blocks.html.php | |
| parent | 19b875723b37ac7121c64c0c882ccbc2e6353d08 (diff) | |
Enable the administration screen for the sidebar. Fix for ticket #110.
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 ?> |
