From b2772f5a050351129a64b966b127e39cf76c80b5 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Wed, 19 Nov 2008 00:12:25 +0000 Subject: * Renamed the album, item and photo controllers to albums, items and photos in order to follow the convention that controllers that refer to a collection of resources have plural names. * Added a bug workaround to routes.php --- core/controllers/photo.php | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 core/controllers/photo.php (limited to 'core/controllers/photo.php') diff --git a/core/controllers/photo.php b/core/controllers/photo.php deleted file mode 100644 index d6d37f98..00000000 --- a/core/controllers/photo.php +++ /dev/null @@ -1,40 +0,0 @@ -set_global('item', $item); - $template->set_global('children', $item->children()); - $template->set_global('parents', $item->parents()); - $template->set_global('theme', $theme); - $template->set_global('user', Session::instance()->get('user', null)); - $template->content = new View("photo.html"); - - print $template; - } -} -- cgit v1.2.3