diff options
Diffstat (limited to 'modules/search/search.module')
-rw-r--r-- | modules/search/search.module | 2 |
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( |