| 1 |
<?php |
<?php |
| 2 |
// $Id: plugin_manager.module,v 1.51.2.18 2008/09/28 15:03:48 joshuarogers Exp $ |
// $Id: plugin_manager.module,v 1.51.2.19 2008/10/01 01:15:47 jabapyth Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 52 |
'title' => 'Search', |
'title' => 'Search', |
| 53 |
'description' => 'Search for new themes and modules to queue for installation.', |
'description' => 'Search for new themes and modules to queue for installation.', |
| 54 |
'page callback' => 'plugin_manager_search', |
'page callback' => 'plugin_manager_search', |
| 55 |
'access arguments' => array('install modules'), |
'access arguments' => array('install plugins'), |
| 56 |
'file' => 'plugin_manager.admin.inc', |
'file' => 'plugin_manager.admin.inc', |
| 57 |
'block callback' => 'system_admin_theme_settings', |
'block callback' => 'system_admin_theme_settings', |
| 58 |
); |
); |