function uc_termsofservice_theme in Ubercart Terms of Service 6
Same name and namespace in other branches
- 7 uc_termsofservice.module \uc_termsofservice_theme()
 
Implements hook_theme().
File
- ./
uc_termsofservice.module, line 45  - Ubercart Terms of Service.
 
Code
function uc_termsofservice_theme() {
  return array(
    'uc_termsofservice_agreement_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'template' => 'uc_termsofservice_agreement_form',
    ),
  );
}