';
}
function template_search_members()
{
global $context, $settings, $options, $scripturl, $txt;
echo '
';
}
function template_admin_browse()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
';
// If we have lots of outstanding members try and make the admin's life easier.
if ($context['num_members'] > 20)
{
echo '
';
}
}
?>