You are here

function gallery_assist_help_text in Gallery Assist 6

TODO: The help should be partitioned acord the different sections (paths). Print the help text for users and administrators.

1 call to gallery_assist_help_text()
gallery_assist_users_help in ./gallery_assist.module
Help for users with create gallery_assist permition.

File

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

Code

function gallery_assist_help_text() {
  global $base_url;
  $output = '';
  return $output;
}