Community Documentation

drupal_page_help

5 drupal.module drupal_page_help()

Menu callback; print Drupal-authentication-specific information from user/help.

File

modules/drupal/drupal.module, line 367
Lets users log in using a Drupal ID and can notify a central server about your site.

Code

<?php
function drupal_page_help() {
  return drupal_help('user/help#drupal');
}
?>
Login or register to post comments