<table cellpadding="0" cellspacing="0" width="100%" > <?phpif(!isset($suserid)){echo ' <tr><td class="header2">Login</td></tr><tr><td class="content2"><form action="'.$domain.'/login/" method="POST"><br /> <strong>Username:</strong><br /> <center><input type="text" name="username"></center><br /> <strong>Password:</strong><br /> <center><input type="password" name="password"></center><br /><div align="right"><input type="submit" name="submit" value="Login"> </div><br /><center>Need an account?<br /><a href="'.$domain.'/signup/">Sign up</a> now.</center></form></td></tr>';}else{echo ' <tr><td class="header2">Welcome</td></tr><tr><td class="content2">Hello, <b>'.$usrdata['username'].'</b> (<a href="http://zoovix.com/myaccount/">edit</a>)<br /><br />Enjoy the arcade, and have a great time!<br /><br /> Had enough of the arcade?Click <a href="'.$domain.'/logout/">here</a> to logout.<br /><br /></td></tr>';}?></table>
<table cellpadding="0" cellspacing="0" width="100%" > <?phpif(!isset($suserid)){if($seo_on == 1){$signuplink = ''.$domain.'/signup';$accountlink = ''.$domain.'/myaccount';$logoutlink = ''.$domain.'/logout';else{$signuplink = 'index.php?action=signup';$accountlink = 'index.php?action=myaccount';$logoutlink = 'index.php?action=logout';}echo ' <tr><td class="header2">Login</td></tr><tr><td class="content2"><form action="index.php?action=login" method="POST"><br /> <strong>Username:</strong><br /> <center><input type="text" name="username"></center><br /> <strong>Password:</strong><br /> <center><input type="password" name="password"></center><br /><div align="right"><input type="submit" name="submit" value="Login"> </div><br /><center>Need an account?<br /><a href="'.$signuplink.'">Sign up</a> now.</center></form></td></tr>';}else{echo ' <tr><td class="header2">Welcome</td></tr><tr><td class="content2">Hello, <b>'.$usrdata['username'].'</b> (<a href="$accountlink">edit</a>)<br /><br />Enjoy the arcade, and have a great time!<br /><br /> Had enough of the arcade?Click <a href="$logoutlink">here</a> to logout.<br /><br /></td></tr>';}?></table>
Parse error: syntax error, unexpected T_ELSE in /home/zoovix/public_html/arcade/templates/default/header.php on line 103