You are here

function theme_agreement_page in Agreement 7.2

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

Format the agreement page.

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

File

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

Code

function theme_agreement_page(&$variables) {
  return $variables['form'];
}