Statistics: Posted by Guest — September 14th, 2010, 3:05 pm
Statistics: Posted by condonp — September 14th, 2010, 1:11 pm
Statistics: Posted by condonp — September 10th, 2010, 3:07 am
<?php
add_filter ("ws_plugin__s2member_login_header_styles", "my_login_styles");
function my_login_styles ($s)
{
$s .= '<style type="text/css">';
$s .= (isset($_GET["checkemail"])) ? 'form#loginform { display:none; }' : '';
$s .= '</style>';
/**/
return $s;
}
?>
Statistics: Posted by Jason Caldwell — September 10th, 2010, 1:15 am
Statistics: Posted by condonp — September 9th, 2010, 12:34 am