You are here

function smileys_help in Smileys 6

Same name and namespace in other branches
  1. 5 smileys.module \smileys_help()

Implementation of hook_help().

File

./smileys.module, line 6

Code

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