', $txt['notify'], '

', $context['notification_set'] ? $txt['notify_deactivate'] : $txt['notify_request'], '

', $txt['yes'], ' - ', $txt['no'], '

'; } function template_notify_board() { global $context, $txt, $scripturl; echo '

', $txt['notify'], '

', $context['notification_set'] ? $txt['notifyboard_turnoff'] : $txt['notifyboard_turnon'], '

', $txt['yes'], ' - ', $txt['no'], '

'; } ?>