The search results page is a "collection" page type.

This commit is contained in:
Bharat Mediratta
2009-11-20 20:30:12 -08:00
parent 9d40f6fc00
commit b341b6b45d

View File

@@ -33,7 +33,7 @@ class Search_Controller extends Controller {
$max_pages = max(ceil($count / $page_size), 1);
$template = new Theme_View("page.html", "other", "search");
$template = new Theme_View("page.html", "collection", "search");
$template->set_global("page", $page);
$template->set_global("max_pages", $max_pages);
$template->set_global("page_size", $page_size);