theme_help

Versions
4.6
theme_help($section)
4.7 – 6
theme_help()

Hook Help - returns theme specific help and information.

Parameters

section defines the @a section of the help to be returned.

Return value

a string containing the help output.

Code

includes/theme.inc, line 34

<?php
function theme_help($section) {
  switch ($section) {
    case 'admin/themes#description':
      return t('The base theme');
  }
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.