„threadr/profile/index.php“ ändern
parent
bc7039708d
commit
34a786572f
|
@ -8,11 +8,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<ul class="topnav">
|
<ul class="topnav">
|
||||||
<li><a class="active" href="%CONTENT_DIR%/">
|
<li><a class="active" href="%CONTENT_DIR%/userhome/"><img src="%CONTENT_DIR%/img/ThreadR_Home.svg" alt="Home" /></a></li>
|
||||||
<img src="%CONTENT_DIR%/img/ThreadR_Home.svg" alt="Home" class="available_space"/>
|
|
||||||
</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="%CONTENT_DIR%/news/">News</a></li>
|
<li><a href="%CONTENT_DIR%/news/">News</a></li>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="dropbtn">Boards
|
<button class="dropbtn">Boards
|
||||||
|
@ -28,3 +24,12 @@
|
||||||
<li class="right"><a href="%CONTENT_DIR%/logout/">Log Out</a></li>
|
<li class="right"><a href="%CONTENT_DIR%/logout/">Log Out</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
|
<div class="container">
|
||||||
|
<div class="item-1">
|
||||||
|
<center><h1>ThreadR</h1></center>
|
||||||
|
</div>
|
||||||
|
<div class="item-2">
|
||||||
|
<center><h3><?php echo "Welcome back, $username !";?> </h3></center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</html>
|
Loading…
Reference in New Issue