From b82b60c91a4ece468dad8981b7ccd46a8cf19662 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 12 Mar 2009 15:40:08 +0000 Subject: Rename tag.html.php to dynamic.html.php as part of ticket #115 creating Dynamic Albums. This name change reflects the usage better and allows multiple dynamic albums (including tags) to use the same page template. --- modules/tag/controllers/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tag/controllers/tags.php b/modules/tag/controllers/tags.php index 01c5d2df..bba1a751 100644 --- a/modules/tag/controllers/tags.php +++ b/modules/tag/controllers/tags.php @@ -36,7 +36,7 @@ class Tags_Controller extends REST_Controller { $template->set_global('tag', $tag); $template->set_global('children', $tag->items($page_size, $offset)); $template->set_global('children_count', $children_count); - $template->content = new View("tag.html"); + $template->content = new View("dynamic.html"); print $template; } -- cgit v1.2.3