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

Diff of /contributions/modules/hotspot/hotspot.module

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

revision 1.4.2.4, Fri Jul 31 19:34:48 2009 UTC revision 1.4.2.5, Wed Aug 19 17:16:46 2009 UTC
# Line 50  function hotspot_menu() { Line 50  function hotspot_menu() {
50            'type' => MENU_LOCAL_TASK,            'type' => MENU_LOCAL_TASK,
51            );            );
52    
53      // TODO: make support optional
54      $items['hotspot/colubris'] =
55        array('page callback' => 'hotspot_render',
56              'access arguments' => array('access content'),
57              'file' => 'colubris.pages.inc',
58              'type' => MENU_LOCAL_TASK,
59              );
60    
61    $items['hotspot/status'] =    $items['hotspot/status'] =
62      array('page callback' => 'hotspot_render_status',      array('page callback' => 'hotspot_render_status',
63            'access arguments' => array('access content'),            'access arguments' => array('access content'),

Legend:
Removed from v.1.4.2.4  
changed lines
  Added in v.1.4.2.5

  ViewVC Help
Powered by ViewVC 1.1.2