| 22 |
'page callback' => 'theme', |
'page callback' => 'theme', |
| 23 |
'page arguments' => array('urllist'), |
'page arguments' => array('urllist'), |
| 24 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 25 |
'title' => 'urllist.txt', |
'access callback' => 'user_access', |
| 26 |
'access arguments' => array('access content') |
'access arguments' => array('access content') |
| 27 |
); |
); |
| 28 |
$items['urllist'] = array( |
$items['urllist'] = array( |
| 29 |
'page callback' => 'theme', |
'page callback' => 'theme', |
| 30 |
'page arguments' => array('urllist'), |
'page arguments' => array('urllist'), |
| 31 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 32 |
'title' => 'urllist' |
'access callback' => 'user_access', |
| 33 |
|
'access arguments' => array('access content') |
| 34 |
); |
); |
| 35 |
$items['admin/settings/urllist'] = array( |
$items['admin/settings/urllist'] = array( |
| 36 |
'title' => 'URL list', |
'title' => 'URL list', |
| 47 |
'title' => 'Yahoo! authentication', |
'title' => 'Yahoo! authentication', |
| 48 |
'page callback' => 'urllist_verify_yahoo', |
'page callback' => 'urllist_verify_yahoo', |
| 49 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 50 |
'access arguments' => true, |
'access callback' => 'user_access', |
| 51 |
|
'access arguments' => array('access content') |
| 52 |
); |
); |
| 53 |
} |
} |
| 54 |
|
|