diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 20:30:12 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 20:30:12 -0800 |
commit | b341b6b45db4a7d84d625594ee31dff6cfefb2b7 (patch) | |
tree | 6fff3ee033ca6477b0f3608c8728f40ac23b6c02 /modules | |
parent | 9d40f6fc0055d21725878ceaddc0fd079cb8b732 (diff) |
The search results page is a "collection" page type.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/controllers/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/controllers/search.php b/modules/search/controllers/search.php index 539e063f..2f1aeb76 100644 --- a/modules/search/controllers/search.php +++ b/modules/search/controllers/search.php @@ -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); |