You are here

function countryicons_help in Country Icons 6.2

Same name and namespace in other branches
  1. 6 countryicons.module \countryicons_help()
  2. 7.2 countryicons.module \countryicons_help()
  3. 7 countryicons.module \countryicons_help()

Implementation of hook_help().

File

./countryicons.module, line 45
A collection of country icons, and an API for retrieving them.

Code

function countryicons_help($path, $arg) {
  switch ($path) {
    case 'admin/help#countryicons':
      return theme('countryicons_help', countryicons_get_iconsets());
  }
}