You are here

function theme_agreement_page in Agreement 6.2

Same name and namespace in other branches
  1. 6 agreement.module \theme_agreement_page()
  2. 7.2 agreement.module \theme_agreement_page()

Format the agreement page.

1 theme call to theme_agreement_page()
agreement_page in ./agreement.module
Callback for agreement URL

File

./agreement.module, line 370
agreement.module - Agreement module code

Code

function theme_agreement_page($form) {
  $output = $form;
  return $output;
}