„threadr/userhome/index.php“ ändern

master
Erik 2020-02-26 10:03:36 +01:00
parent 52f37b65e0
commit f2509481c8
1 changed files with 3 additions and 0 deletions

View File

@ -43,5 +43,8 @@ $username = $dbentry['name'];
<div class="item-2"> <div class="item-2">
<center><h3><?php echo "Welcome back, $username !";?> </h3></center> <center><h3><?php echo "Welcome back, $username !";?> </h3></center>
</div> </div>
<a href="/common/threadr/profile/">
<button> Register </button>
</a>
</div> </div>
</html> </html>