Skip to content

Commit

Permalink
The search results page is a "collection" page type.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Nov 21, 2009
1 parent 9d40f6f commit b341b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search/controllers/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function index() {

$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);
Expand Down

0 comments on commit b341b6b

Please sign in to comment.