Added permanent links to the homepage in the subnav section of main and user pages
This commit is contained in:
parent
4096bd2e8d
commit
186ede7211
@ -51,6 +51,7 @@ session_start();
|
||||
} else {
|
||||
echo "<a href=\"/login_page.php \" target=\"dataFrame\" class=\"subNavLink\">SIGN IN</a>";
|
||||
echo "<a href=\"/create_account.php \" target=\"dataFrame\" class=\"subNavLink\">CREATE AN ACCOUNT</a>";
|
||||
echo "<a href=\"/ \" class=\"subNavLink\">HOME</a>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
@ -101,6 +101,7 @@ try { // Try opening the SQL database connection
|
||||
} else {
|
||||
echo "<a href=\"/login_page.php \" target=\"dataFrame\" class=\"subNavLink\">SIGN IN</a>";
|
||||
echo "<a href=\"/create_account.php \" target=\"dataFrame\" class=\"subNavLink\">CREATE AN ACCOUNT</a>";
|
||||
echo "<a href=\"/ \" class=\"subNavLink\">HOME</a>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user