diff options
Diffstat (limited to 'modules/gallery/views/admin_sidebar.html.php')
| -rw-r--r-- | modules/gallery/views/admin_sidebar.html.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php new file mode 100644 index 00000000..32386f5d --- /dev/null +++ b/modules/gallery/views/admin_sidebar.html.php @@ -0,0 +1,9 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> + +<h1> <?= t("Arrange Sidebar") ?> </h1> +<p> + <?= t("Select and drag blocks from the available column to the active column to add to the sidebar; remove by dragging the other way.") ?> +</p> + +<div id="gSiteBlocks"> +</div>
\ No newline at end of file |
