diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-23 21:13:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-23 21:13:18 +0000 |
commit | 24393330d21a3d862843cff269b15f7f41e9577c (patch) | |
tree | 451f465a28303377392f681adc9acb95e67f0fb5 /modules/drupal | |
parent | fdef98345a0a716eae40a4b217ec6ddf14eb17bd (diff) | |
download | brdo-24393330d21a3d862843cff269b15f7f41e9577c.tar.gz brdo-24393330d21a3d862843cff269b15f7f41e9577c.tar.bz2 |
- Patch #104951 by Gabor: corrected the documentation. Page.module no longer
exists.
Diffstat (limited to 'modules/drupal')
-rw-r--r-- | modules/drupal/drupal.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 80968b512..f90703608 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -24,7 +24,8 @@ function drupal_help($section) { $output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>'; $output .= t('<p>If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: </p> <ul> - <li>Enable the page module. Select create content >> page.</li> + <li>Ensure that you have the page content type enabled, and you can use PHP in an input format.</li> + <li>Select create content >> page.</li> <li>For input format, select PHP code.</li> <li>Give the page a title. For body, put: <pre> |