From 7a9a4b9e8b4ca1a99b7668b1e212ec9a41687929 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 4 Jul 2009 09:00:11 -0700 Subject: Found another place that p:purify was required. Generalize the dynamic.html so it doesn't require a tag element --- modules/tag/controllers/tags.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/tag/controllers') 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; } -- cgit v1.2.3