You are here

function fz152_privacy_policy_page in FZ152 7

Privacy policy page callback.

2 string references to 'fz152_privacy_policy_page'
fz152_menu in ./fz152.module
Implements hook_menu().
fz152_variable_info in ./fz152.variable.inc
Implements hook_variable_info().

File

./fz152.module, line 77
Main file for hooks and custom functions.

Code

function fz152_privacy_policy_page() {
  $page_content = variable_get_value('fz152_privacy_policy_page_text');
  return check_markup($page_content['value'], $page_content['format']);
}