summaryrefslogtreecommitdiff
path: root/modules/gallery/views/menu_dialog.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/menu_dialog.html.php')
-rw-r--r--modules/gallery/views/menu_dialog.html.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/gallery/views/menu_dialog.html.php b/modules/gallery/views/menu_dialog.html.php
new file mode 100644
index 00000000..99b1b013
--- /dev/null
+++ b/modules/gallery/views/menu_dialog.html.php
@@ -0,0 +1,9 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<li>
+ <a id="<?= $menu->css_id ?>"
+ class="g-dialog-link <?= $menu->css_class ?>"
+ href="<?= $menu->url ?>"
+ title="<?= $menu->label->for_html_attr() ?>">
+ <?= $menu->label->for_html() ?>
+ </a>
+</li>