| Versionen | |
|---|---|
| drupal6 – drupal7 | drupal_help_arg($arg = array()) |
Generates elements for the $arg array in the help hook.
includes/
<?php
function drupal_help_arg($arg = array()) {
// Note - the number of empty elements should be > MENU_MAX_PARTS.
return $arg + array('', '', '', '', '', '', '', '', '', '', '', '');
}
?>
Kommentare
Kommentar hinzufügen