function uc_termsofservice_theme in Ubercart Terms of Service 7
Same name and namespace in other branches
- 6 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(
'variables' => array(
'form' => NULL,
),
'template' => 'uc_termsofservice_agreement_form',
),
);
}