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