diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
commit | 4bc255ba792db435e2d487f113ca2a638ed63fea (patch) | |
tree | 0ca88b698215d5866b5643ad57add73b4410d64a /modules/search | |
parent | 02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff) | |
download | brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2 |
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'modules/search')
-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( |