| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: media_mover_api_menus.inc,v 1.1.4.13 2009/05/28 11:27:46 arthuregg Exp $ |
// $Id: media_mover_api_menus.inc,v 1.1.4.14 2009/05/28 12:05:37 arthuregg Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* contains all the menu functions for the module |
* contains all the menu functions for the module |
| 58 |
$items['admin/build/media_mover/files'] = array( |
$items['admin/build/media_mover/files'] = array( |
| 59 |
'title' => 'All Files', |
'title' => 'All Files', |
| 60 |
'page callback' => 'media_mover_api_files_list', |
'page callback' => 'media_mover_api_files_list', |
|
'page arguments' => array(arg(4)), |
|
| 61 |
'access arguments' => array('administer media_mover'), |
'access arguments' => array('administer media_mover'), |
| 62 |
'type' => MENU_LOCAL_TASK, |
'type' => MENU_LOCAL_TASK, |
| 63 |
); |
); |