summaryrefslogtreecommitdiff
path: root/modules/gallery/views/menu_dialog.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-27 14:02:59 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-27 14:02:59 -0700
commitdbf18318f66f5a2b39d8483973a3eca7cac84740 (patch)
treeaf0b29f2c63920a1cc21159ac97de142bce53f8f /modules/gallery/views/menu_dialog.html.php
parent3228f04ed9b18938365866ed15027ed3c1b59ad7 (diff)
parent13faf6035d726f8a77b7dcac7e8e8fa3b24bfaf2 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
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>