diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-21 09:28:47 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-21 09:28:47 -0800 |
| commit | 75998948fd38ed1dc6168a3b2dae76225a49364b (patch) | |
| tree | 514ff36a54df6a56feda877fe1de3794edc0a1f9 /modules/search | |
| parent | 48e5af8d739f69e5891d072fab98240641c2640c (diff) | |
| parent | 4c5e2000f606d696a056fcfed231df5be8a42ada (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/search')
| -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); |
