From d21f3437e64fb67f306eaec40e778e77176796ff Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 07:42:52 +0000 Subject: Add the photo controller, and tie it to the photo page in our theme. Implement a real breadcrumb. --- core/controllers/album.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/controllers/album.php') diff --git a/core/controllers/album.php b/core/controllers/album.php index 9c78dfca..2b1ad067 100644 --- a/core/controllers/album.php +++ b/core/controllers/album.php @@ -28,6 +28,7 @@ class Album_Controller extends Template_Controller { $this->template->set_global('item', $item); $this->template->set_global('children', $item->children()); + $this->template->set_global('parents', $item->parents()); /** @todo: this needs to be data-driven */ $this->template->set_global('theme', new Theme("default", $this->template)); -- cgit v1.2.3