/[drupal]/contributions/modules/help_soc/help_example/help_example.module
ViewVC logotype

Diff of /contributions/modules/help_soc/help_example/help_example.module

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

revision 1.11, Tue Aug 12 17:36:54 2008 UTC revision 1.12, Tue Aug 12 18:16:39 2008 UTC
# Line 15  function help_example_menu() { Line 15  function help_example_menu() {
15    $items['admin/help_example'] = array(    $items['admin/help_example'] = array(
16      'title' => 'Example help',      'title' => 'Example help',
17      'page callback' => 'help_index_page',      'page callback' => 'help_index_page',
18      'access arguments' => array('access help pages'),      'access arguments' => array('access help'),
19      'weight' => 9,      'weight' => 9,
20      'help' => help_example_index_page(),      'help' => help_example_index_page(),
21      'help topic' => 'about-php',      'help topic' => 'about-php',

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.2