diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/controllers/tags.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |