mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
The search results page is a "collection" page type.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user