| 1 |
<?php |
<?php |
| 2 |
// $Id: plugin_manager.admin.inc,v 1.52.2.29 2008/09/27 15:35:56 jabapyth Exp $ |
// $Id: plugin_manager.admin.inc,v 1.52.2.31 2008/10/01 01:15:47 jabapyth Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 80 |
} |
} |
| 81 |
} |
} |
| 82 |
|
|
| 83 |
|
function plugin_manager_modules_redirect(){ |
| 84 |
|
drupal_set_message("Search for the modules you want to install, add them to your queue, and then install them."); |
| 85 |
|
drupal_goto('admin/plugin_manager/search'); |
| 86 |
|
} |
| 87 |
|
|
| 88 |
|
function plugin_manager_themes_redirect(){ |
| 89 |
|
drupal_set_message("Search for the themes you want to install, add them to your queue, and then install them."); |
| 90 |
|
drupal_goto('admin/plugin_manager/search'); |
| 91 |
|
} |
| 92 |
|
|
| 93 |
/** |
/** |
| 94 |
* FAPI definition for the items in a selected category. |
* FAPI definition for the items in a selected category. |
| 95 |
* |
* |