From 9e84020265dc54b6e9c27e72555535b94238974a Mon Sep 17 00:00:00 2001 From: rWatcher Date: Thu, 26 May 2011 00:17:18 -0400 Subject: [PATCH] Change collection to other. --- 3.0/modules/tag_albums/controllers/tag_albums.php | 6 +++--- 3.1/modules/tag_albums/controllers/tag_albums.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3.0/modules/tag_albums/controllers/tag_albums.php b/3.0/modules/tag_albums/controllers/tag_albums.php index 6614582d..c4b981d7 100644 --- a/3.0/modules/tag_albums/controllers/tag_albums.php +++ b/3.0/modules/tag_albums/controllers/tag_albums.php @@ -132,7 +132,7 @@ class tag_albums_Controller extends Controller { // Set up and display the actual page. $parent_album = ORM::factory("item", $album->parent_id); - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $page_title; $template->set_global("page", $page); $template->set_global("page_size", $page_size); @@ -346,7 +346,7 @@ class tag_albums_Controller extends Controller { } // Set up and display the actual page. - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $page_title; $template->set_global("page", $page); $template->set_global("page_size", $page_size); @@ -480,7 +480,7 @@ class tag_albums_Controller extends Controller { } // Set up and display the actual page. - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $display_tag->name; $template->set_global("page", $page); $template->set_global("page_size", $page_size); diff --git a/3.1/modules/tag_albums/controllers/tag_albums.php b/3.1/modules/tag_albums/controllers/tag_albums.php index 6614582d..c4b981d7 100644 --- a/3.1/modules/tag_albums/controllers/tag_albums.php +++ b/3.1/modules/tag_albums/controllers/tag_albums.php @@ -132,7 +132,7 @@ class tag_albums_Controller extends Controller { // Set up and display the actual page. $parent_album = ORM::factory("item", $album->parent_id); - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $page_title; $template->set_global("page", $page); $template->set_global("page_size", $page_size); @@ -346,7 +346,7 @@ class tag_albums_Controller extends Controller { } // Set up and display the actual page. - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $page_title; $template->set_global("page", $page); $template->set_global("page_size", $page_size); @@ -480,7 +480,7 @@ class tag_albums_Controller extends Controller { } // Set up and display the actual page. - $template = new Theme_View("calpage.html", "collection", "Tag Albums"); + $template = new Theme_View("calpage.html", "other", "Tag Albums"); $template->page_title = $display_tag->name; $template->set_global("page", $page); $template->set_global("page_size", $page_size);