function hijri_help in Hijri 8
Same name and namespace in other branches
- 8.2 hijri.module \hijri_help()
- 7 hijri.module \hijri_help()
- 3.0.x hijri.module \hijri_help()
- 1.0.x hijri.module \hijri_help()
Implements hook_help().
File
- ./
hijri.module, line 11 - hijri.module This module convert to Hijri date in nodes,comments and a block.
Code
function hijri_help($path, $arg) {
switch ($path) {
case 'admin/config/regional/date-time/hijri':
return '<p>' . t('Hijri module helps Islamic community to use the Islamic date') . '</p>';
}
}