You are here

function currency_help in Currency 5

Same name and namespace in other branches
  1. 6 currency.module \currency_help()
  2. 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.');
  }
}