You are here

function smileys_import_help in Smileys 5

Same name and namespace in other branches
  1. 6 smileys_import.module \smileys_import_help()

Implementation of hook_help().

File

./smileys_import.module, line 6

Code

function smileys_import_help($section) {
  switch ($section) {
    case 'admin/settings/smileys/import':
      return t('Here you can install/uninstall smiley import packs.');
  }
}