You are here

function merci_printable_contract_theme in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Same name and namespace in other branches
  1. 8.2 modules/merci_printable_contract/merci_printable_contract.module \merci_printable_contract_theme()
  2. 6.2 modules/merci_printable_contract/merci_printable_contract.module \merci_printable_contract_theme()
  3. 7.2 modules/merci_printable_contract/merci_printable_contract.module \merci_printable_contract_theme()

@todo Please document this function.

See also

http://drupal.org/order/1354

File

merci_printable_contract/merci_printable_contract.module, line 60
merci_printable_contract functions

Code

function merci_printable_contract_theme() {
  return array(
    'merci_printable_contract' => array(
      'template' => 'merci-printable-contract',
      'variables' => array(
        'order' => NULL,
      ),
    ),
  );
}