diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-27 16:57:38 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-27 16:57:38 -0700 |
commit | 4707a97b826b12958fda6d59d157726b246693cd (patch) | |
tree | 2e15d54f2749b76250ffc02184053496e066b2b1 /modules/gallery/helpers | |
parent | 11f08ee4399c62cc1d2c36457a214c6db693db06 (diff) | |
parent | 76f688a070c7c36eb84dc22b21b165f00440a4a4 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
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") |