| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/modip/frm/Themes/default/ |
Upload File : |
<?php
// Version: 1.1; Notify
function template_main()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="tborder">
<tr class="titlebg">
<td>', $txt[125], '</td>
</tr>
<tr class="windowbg">
<td>
', $context['notification_set'] ? $txt[212] : $txt[126], '<br />
<br />
<b><a href="', $scripturl, '?action=notify;sa=', $context['notification_set'] ? 'off' : 'on', ';topic=', $context['current_topic'], '.', $context['start'], ';sesc=', $context['session_id'], '">', $txt[163], '</a> - <a href="', $context['topic_href'], '">', $txt[164], '</a></b>
</td>
</tr>
</table>';
}
function template_notify_board()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="tborder">
<tr class="titlebg">
<td>', $txt[125], '</td>
</tr>
<tr class="windowbg">
<td>
', $context['notification_set'] ? $txt['notifyboard_turnoff'] : $txt['notifyboard_turnon'], '<br />
<br />
<b><a href="', $scripturl, '?action=notifyboard;sa=', $context['notification_set'] ? 'off' : 'on', ';board=', $context['current_board'], '.', $context['start'], ';sesc=', $context['session_id'], '">', $txt[163], '</a> - <a href="', $context['board_href'], '">', $txt[164], '</a></b>
</td>
</tr>
</table>';
}
?>