public design update
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
echo "<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br>
|
||||
echo "
|
||||
<!-- MAIN -->
|
||||
<div id=\"main\">
|
||||
<div class=\"wrapper\">
|
||||
<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br>
|
||||
|
||||
<h2>Current User Information:</h2><br>
|
||||
<table>
|
||||
@@ -167,5 +171,6 @@ echo "<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!<
|
||||
</table>
|
||||
<input type=\"submit\" value=\"Change\">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- END CONTENT BEGINN ################################################################################# -->";
|
||||
|
Reference in New Issue
Block a user