', $txt['notify_topic_prompt'], '
', $txt['yes'], ' - ', $txt['no'], '
';
}
/**
* Board notification bar.
*/
function template_notify_board()
{
global $context, $txt, $scripturl;
echo '
', $txt['notify_board_prompt'], '
', $txt['yes'], ' - ', $txt['no'], '
';
}
/**
*
*/
function template_notify_announcements()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
', $txt['notify_announcements_prompt'], '
', $txt['yes'], ' - ', $txt['no'], '
';
}
/**
* Displays a message indicating the user's notification preferences were successfully changed
*/
function template_notify_pref_changed()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
', $context['notify_success_msg'], '
';
}
?>