You are here

function currency_theme in Currency 7.2

Same name and namespace in other branches
  1. 6 currency.module \currency_theme()
  2. 7 currency.module \currency_theme()

Implements hook_theme().

File

currency/currency.module, line 184
Provides currency information and allows users to add custom currencies.

Code

function currency_theme(array $existing, $type, $theme, $path) {
  $templates['currency_form_currency_exchanger'] = array(
    'render element' => 'form',
  );
  return $templates;
}