/[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.10, Tue Aug 12 16:38:47 2008 UTC revision 1.11, Tue Aug 12 17:36:54 2008 UTC
# Line 34  function help_example_menu_alter(&$callb Line 34  function help_example_menu_alter(&$callb
34    $callbacks['admin/settings/site-information']['help'] = '<p>' . t('Check the help links besides the textfields to which it is assigned, in various possible formats.') . '</p>';    $callbacks['admin/settings/site-information']['help'] = '<p>' . t('Check the help links besides the textfields to which it is assigned, in various possible formats.') . '</p>';
35    $callbacks['admin/settings/site-information']['help topic'] = 'about-php';    $callbacks['admin/settings/site-information']['help topic'] = 'about-php';
36    $callbacks['admin/build/modules']['help'] = '<p>' . t('You are browsing the modules administration page.') . '</p>';    $callbacks['admin/build/modules']['help'] = '<p>' . t('You are browsing the modules administration page.') . '</p>';
37    $callbacks['admin/build/modules']['help'] .= '<p>' . t('Click the "More help" links for more information on correspoding module!') . '</p>';    $callbacks['admin/build/modules']['help'] .= '<p>' . t('Click the "More help" links for more information on corresponding module!') . '</p>';
38    $callbacks['admin/build/modules']['help topic'] = 'about-php';    $callbacks['admin/build/modules']['help topic'] = 'about-php';
39  }  }
40    

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

  ViewVC Help
Powered by ViewVC 1.1.2