/[drupal]/contributions/modules/skypesupport/skypesupport.module
ViewVC logotype

Diff of /contributions/modules/skypesupport/skypesupport.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Tue May 23 21:37:14 2006 UTC revision 1.10, Sun Jun 24 22:23:16 2007 UTC
# Line 1  Line 1 
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   */   */
# Line 45  function skypesupport_menu($may_cache) { Line 45  function skypesupport_menu($may_cache) {
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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2