You are here

function hijri_help in Hijri 8

Same name and namespace in other branches
  1. 8.2 hijri.module \hijri_help()
  2. 7 hijri.module \hijri_help()
  3. 3.0.x hijri.module \hijri_help()
  4. 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>';
  }
}