42 lines
1.5 KiB
PHP
42 lines
1.5 KiB
PHP
|
|
<!-- Start header -->
|
|
<!--div class="header">
|
|
</div-->
|
|
<!-- End header -->
|
|
|
|
<!-- Start top nav bar -->
|
|
<!--div--><!-- class="top-nav"-->
|
|
<!--div--><!-- class="top-nav-inner"-->
|
|
<!--<a href="./?" title="Homepage">Home</a> -->
|
|
<!--
|
|
TODO: SLOWTWITCH EDIT
|
|
<a href="blogs/page1.html" title="Blog">Blog</a>
|
|
<a href="racereports/page1.html" title="Race Reports">Race Reports</a>
|
|
-->
|
|
<?PHP
|
|
//echo "<a href=\"./?".get_sid()."\" title=\"Homepage\">Home</a> ";
|
|
//echo "<a href=\"about.html?".get_sid()."\" title=\"About\">About</a> ";
|
|
//echo "<a href=\"contact.html?".get_sid()."\" title=\"Contact Us\">Contact</a> ";
|
|
|
|
if(is_logged_in($user)){
|
|
$username = base64_decode($_SESSION['user']);
|
|
//echo "Welcome, <strong>$username</strong>:<br><a href=\"logout.php\">Log out</a>";
|
|
}else{
|
|
//echo "<a href=\"register.html?".get_sid()."\" title=\"Register\">Register</a> ";
|
|
//echo " ";
|
|
//echo "<input type='hidden' name='from' value='survey'>";
|
|
//echo "You are not logged in:<br><a href=\"http://forum.slowtwitch.com/gforum.cgi?do=login&from=survey\">Log in</a> | <a href=\"http://forum.slowtwitch.com/gforum.cgi?do=user_signup\">Register</a>";
|
|
}
|
|
?>
|
|
<!--br /-->
|
|
<? /** if(isset($username)){
|
|
if($username == "Slowman" || $username == "Rappstar") { echo("<br /><a href='results.php'><strong>Survey Results</strong></a>"); }
|
|
} **/
|
|
|
|
?>
|
|
<!--/div-->
|
|
<!--/div-->
|
|
<!-- End top nav bar -->
|
|
|
|
<? ?>
|