| 1 |
<?php |
<?php |
| 2 |
// $Id: skypesupport.module,v 1.8 2006/05/23 18:22:44 stevemckenzie Exp $ |
// $Id: skypesupport.module,v 1.9 2006/05/23 21:37:14 stevemckenzie Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* w00t skype support |
* w00t skype support |
| 6 |
* Maintainer: Steve McKenzie (Raincity Studios - www.raincitystudios.com) |
* Maintainers: Steve McKenzie - steve [at] stevemckenzie.ca |
| 7 |
|
* Tony Guntharp - fusion94 [at] damagestudios.net |
| 8 |
* Special Thanks: mozillaman for the idea, finding the php class and making it work! |
* Special Thanks: mozillaman for the idea, finding the php class and making it work! |
| 9 |
*/ |
*/ |
| 10 |
|
|
|
|
|
| 11 |
/** |
/** |
| 12 |
* Implementation of hook_help() |
* Implementation of hook_help() |
| 13 |
*/ |
*/ |
| 45 |
); |
); |
| 46 |
|
|
| 47 |
$items[] = array( |
$items[] = array( |
| 48 |
'path' => 'admin/skypesupport', |
'path' => 'admin/settings/skypesupport', |
| 49 |
'title' => t('skype support'), |
'title' => t('Skype Support'), |
| 50 |
|
'description' => t('Allows users to be labeled as support users for providing support via Skype.'), |
| 51 |
'callback' => 'skypesupport_admin', |
'callback' => 'skypesupport_admin', |
| 52 |
'access' => user_access("administer skype support users"), |
'access' => user_access("administer skype support users"), |
| 53 |
'type' => MENU_NORMAL_ITEM |
'type' => MENU_NORMAL_ITEM |