You are here

function smiley_help in Smiley 6

Implementation of hook_help().

File

./smiley.module, line 6

Code

function smiley_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/smiley':
    case 'admin/settings/smiley/list':
      return t('You can edit the Smileys that are recognized in your content.');
  }
}