You are here

function tinybrowser_help in TinyBrowser 7

Implements hook_help()

File

./tinybrowser.module, line 203

Code

function tinybrowser_help($path, $arg) {
  $output = '';
  switch ($path) {
    case TB_CONFIG_PAGE:

      // $output = '<p>' . t('File upload function requires <em>Adobe Flash Player 9</em> or later version installed to your web browser.') . '</p>';
      return $output;
  }
}