function countries_info_help in Countries info 8
Implements hook_help().
File
- ./
countries_info.module, line 11 - Provides a taxonomy of the countries (Countries information).
Code
function countries_info_help($path, $arg) {
switch ($path) {
case "help.page.countries_info":
return '' . t("This module provides a taxonomy of the countries (Countries information) which contains information like ISO2 code, ISO3 code, name, official name, numcode.") . '';
}
}