function currency_help in Currency 5
Same name and namespace in other branches
- 6 currency.module \currency_help()
- 7 currency.module \currency_help()
File
- ./
currency.module, line 6
Code
function currency_help($section) {
switch ($section) {
case 'admin/help#currency':
return t('This module provides currency exchange rates.');
}
}