diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 16:27:06 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 16:29:09 -0700 |
commit | aad0dd357f44c75703e4d6368a1869a83e7ee8a2 (patch) | |
tree | 6982f067d8d50d12456db1f3ec93f18e411df4d8 /modules/gallery/helpers | |
parent | 2fbc03437ac6f861f597778964cf01737968bb94 (diff) |
Create a new thumb_menu() and convert Digibug over to use it.
1) Eliminate digibug_album.html
2) Get rid of the $(document).ready() in digibug.js and rename popUp() to
digibug_popup() then just make direct calls to digibug_popup() in the
menu urls.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_menu.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_menu.php b/modules/gallery/helpers/gallery_menu.php index a25832fe..1f1e1ce2 100644 --- a/modules/gallery/helpers/gallery_menu.php +++ b/modules/gallery/helpers/gallery_menu.php @@ -94,6 +94,9 @@ class gallery_menu_Core { static function tag($menu, $theme) { } + static function thumb($menu, $theme, $item) { + } + static function photo($menu, $theme) { if (access::can("view_full", $theme->item())) { $menu->append(Menu::factory("link") |