diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/controllers/tags.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tag/controllers/tags.php b/modules/tag/controllers/tags.php index eeeb28d7..85f6d16e 100644 --- a/modules/tag/controllers/tags.php +++ b/modules/tag/controllers/tags.php @@ -37,6 +37,7 @@ class Tags_Controller extends REST_Controller { $template->set_global("children", $tag->items($page_size, $offset)); $template->set_global("children_count", $children_count); $template->content = new View("dynamic.html"); + $template->content->title = $tag->name; print $template; } |