summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index d5360115e..446ab30b9 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -126,10 +126,12 @@ function search_theme() {
),
'search_result' => array(
'arguments' => array('result' => NULL, 'type' => NULL),
+ 'file' => 'search.pages.inc',
'template' => 'search-result',
),
'search_results' => array(
'arguments' => array('results' => NULL, 'type' => NULL),
+ 'file' => 'search.pages.inc',
'template' => 'search-results',
),
'search_results_listing' => array(