diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:39 -0700 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:39 -0700 | 
| commit | eb3042650bddd15def809b658c1566a7ce08f4c1 (patch) | |
| tree | 9f3d3f353b77e88920e9d9345c1f52a526ce3448 /modules/gallery/controllers | |
| parent | 68886627cf76d69973c5956637b29908f58469ef (diff) | |
| parent | 9fd6a6f9058a89e60f83c6f2e89ae9e994c9e53a (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers')
| -rw-r--r-- | modules/gallery/controllers/albums.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php index a430b14d..4e37649c 100644 --- a/modules/gallery/controllers/albums.php +++ b/modules/gallery/controllers/albums.php @@ -65,6 +65,8 @@ class Albums_Controller extends Items_Controller {      }      $template = new Theme_View("page.html", "album"); +    $template->set_global("page", $page); +    $template->set_global("max_pages", $max_pages);      $template->set_global("page_size", $page_size);      $template->set_global("item", $album);      $template->set_global("children", $album->viewable()->children($page_size, $offset)); | 
