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 --- themes/default/views/album.html.php | 2 +- themes/default/views/header.html.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index b2617998..18c53d46 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -12,7 +12,7 @@
  • - type}/{$child->id}") ?>"> + type}s/{$child->id}") ?>"> photo
  • -
  • ">
  • +
  • ">
  • @@ -40,7 +40,7 @@ -- cgit v1.2.3