diff options
Diffstat (limited to 'modules/gallery')
| -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()); | 
