„content/userhome/index.php“ ändern
parent
84168e29fd
commit
8c32b21390
|
@ -1,9 +1,18 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>ThreadR</title>
|
||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul class="topnav">
|
||||
<li><a href="%CONTENT_DIR%/">Home</a></li>
|
||||
<li><a href="#news">News</a></li>
|
||||
<li><a href="%CONTENT_DIR%/about/">About</a></li>
|
||||
<li class="right"><a class="active" href="%CONTENT_DIR%/login/">Log In</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>ThreadR</h1>
|
||||
<h2> Welcome back, <?php echo $_SESSION['username']; ?>!</h2>
|
||||
<h3><?php $username = $_POST['name'];
|
||||
echo "Welcome back, $username !";?> </h3>
|
||||
</html>
|
Loading…
Reference in New Issue