summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Theme_View.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
commit2ca2e5b6f42e3c201827309535a4a5f5825f212a (patch)
tree0424ac80b442dc89ff66747ec3e724ff0ae979c8 /modules/gallery/libraries/Theme_View.php
parentb6306c7726552ab19c280057948fcecd5fc2388b (diff)
parent30b5c389e6baae397d6c5c9fe9c7ed91a5296568 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/gallery/libraries/Theme_View.php')
-rw-r--r--modules/gallery/libraries/Theme_View.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php
index 541bce88..130e2dce 100644
--- a/modules/gallery/libraries/Theme_View.php
+++ b/modules/gallery/libraries/Theme_View.php
@@ -111,6 +111,12 @@ class Theme_View_Core extends Gallery_View {
return $menu->compact();
}
+ public function movie_menu() {
+ $menu = Menu::factory("root");
+ module::event("movie_menu", $menu, $this);
+ return $menu->compact();
+ }
+
public function context_menu($item, $thumbnail_css_selector) {
$menu = Menu::factory("root")
->append(Menu::factory("submenu")