| 1 |
<?php |
<?php |
| 2 |
// $Id: relatedlinks.module,v 1.58.2.3 2008/02/18 14:42:59 karthik Exp $ |
// $Id: relatedlinks.module,v 1.58.2.4 2008/05/08 16:58:59 karthik Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 93 |
'callback' => 'relatedlinks_autocomplete', |
'callback' => 'relatedlinks_autocomplete', |
| 94 |
'callback arguments' => array(arg(2)), |
'callback arguments' => array(arg(2)), |
| 95 |
'access' => user_access('add related links'), |
'access' => user_access('add related links'), |
| 96 |
'type' => MENU_LOCAL_TASK, |
'type' => MENU_CALLBACK |
|
'weight' => 2 |
|
| 97 |
); |
); |
| 98 |
} |
} |
| 99 |
|
|