diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-26 08:19:06 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-26 08:19:06 -0700 |
commit | f4778699fc52c045f60d72e20bebc000d9f6bda8 (patch) | |
tree | 205ad303b5ce6d8f022670d7ebc447fe872e5ea7 | |
parent | 42a5bd20a550a9edb5ec84625037b9d85889ff63 (diff) |
Change the movie controller to set the page type to "movie". Ticket #467
-rw-r--r-- | modules/gallery/controllers/movies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/movies.php b/modules/gallery/controllers/movies.php index 86b0f177..d8cca825 100644 --- a/modules/gallery/controllers/movies.php +++ b/modules/gallery/controllers/movies.php @@ -44,7 +44,7 @@ class Movies_Controller extends Items_Controller { ->where("id <=", $photo->id) ->count_all(); - $template = new Theme_View("page.html", "photo"); + $template = new Theme_View("page.html", "movie"); $template->set_global("item", $photo); $template->set_global("children", array()); $template->set_global("children_count", $photo->children_count()); |