Parent Directory
|
Revision Log
|
Revision Graph
|
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', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |