Create a page in a module. (drupal 6)
This example demonstrates how a module can be used to display a custom page at a given URL.
This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples
| Name | Description |
|---|---|
| page_example_arguments | A more complex page callback that takes arguments. |
| page_example_description | |
| page_example_menu | Implementation of hook_menu(). |
| page_example_perm | Implementation of hook_perm(). |
| page_example_simple | A simple page callback. |
examples/