', $context['notification_set'] ? $txt['notify_deactivate'] : $txt['notify_request'], '
', $txt['yes'], ' - ', $txt['no'], '
';
}
function template_notify_board()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
', $context['notification_set'] ? $txt['notifyboard_turnoff'] : $txt['notifyboard_turnon'], '
', $txt['yes'], ' - ', $txt['no'], '
';
}
?>