| 1 |
<?php |
<?php |
| 2 |
// $Id: bot_agotchi.module,v 1.4.2.5 2007/06/29 02:38:43 morbus Exp $ |
// $Id: bot_agotchi.module,v 1.4.2.5.2.1 2008/04/09 01:02:02 morbus Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 27 |
/** |
/** |
| 28 |
* Implementation of hook_menu(). |
* Implementation of hook_menu(). |
| 29 |
*/ |
*/ |
| 30 |
function bot_agotchi_menu($may_cache) { |
function bot_agotchi_menu() { |
| 31 |
$items['admin/settings/bot/agotchi'] = array( |
$items['admin/settings/bot/agotchi'] = array( |
| 32 |
'access arguments' => array('administer bot'), |
'access arguments' => array('administer bot'), |
| 33 |
'description' => 'Configure your botagotchi with these settings.', |
'description' => 'Configure your botagotchi with these settings.', |