Mercurial > defr > drupal > core
comparison modules/search/search.module @ 5:2427550111ae 6.2
Drupal 6.2
| author | Franck Deroche <webmaster@defr.org> |
|---|---|
| date | Tue, 23 Dec 2008 14:30:08 +0100 |
| parents | c1f4ac30525a |
| children | acef7ccb09b5 |
comparison
equal
deleted
inserted
replaced
| 4:d94886ac61a0 | 5:2427550111ae |
|---|---|
| 1 <?php | 1 <?php |
| 2 // $Id: search.module,v 1.250.2.1 2008/02/07 16:42:03 goba Exp $ | 2 // $Id: search.module,v 1.250.2.2 2008/04/09 21:11:49 goba Exp $ |
| 3 | 3 |
| 4 /** | 4 /** |
| 5 * @file | 5 * @file |
| 6 * Enables site-wide keyword searching. | 6 * Enables site-wide keyword searching. |
| 7 */ | 7 */ |
| 192 $items['admin/reports/search'] = array( | 192 $items['admin/reports/search'] = array( |
| 193 'title' => 'Top search phrases', | 193 'title' => 'Top search phrases', |
| 194 'description' => 'View most popular search phrases.', | 194 'description' => 'View most popular search phrases.', |
| 195 'page callback' => 'dblog_top', | 195 'page callback' => 'dblog_top', |
| 196 'page arguments' => array('search'), | 196 'page arguments' => array('search'), |
| 197 'access arguments' => array('access site reports'), | |
| 197 'file' => 'dblog.admin.inc', | 198 'file' => 'dblog.admin.inc', |
| 198 'file path' => drupal_get_path('module', 'dblog'), | 199 'file path' => drupal_get_path('module', 'dblog'), |
| 199 ); | 200 ); |
| 200 | 201 |
| 201 foreach (module_implements('search') as $name) { | 202 foreach (module_implements('search') as $name) { |
