';
// Uncheck the agreement thing....
if ($context['require_agreement'])
echo '
';
}
// After registration... all done ;).
function template_after()
{
global $context, $settings, $options, $txt, $scripturl;
// Not much to see here, just a quick... "you're now registered!" or what have you.
echo '
', $context['page_title'], '
', $context['description'], '
';
}
function template_admin_browse()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
';
}
function template_admin_register()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
';
}
?>