You are here

function gallery_assist_users_help in Gallery Assist 6

Help for users with create gallery_assist permition.

Return value

The help text as string.

1 string reference to 'gallery_assist_users_help'
gallery_assist_menu in ./gallery_assist.module
Implementation of hook_menu().

File

./gallery_assist.module, line 78
Drupal content type with gallery functionality.

Code

function gallery_assist_users_help() {
  global $base_url;
  drupal_set_title(t('Gallery Assist Help.'));
  $output = gallery_assist_help_text();
  return $output;
}