aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/user.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-24 13:15:26 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-24 13:15:26 +0100
commit1181795d8fa682571bd7e970eeefd43ed90aa30b (patch)
treea90b5149b772103a7f0d1dcd7dc42242062e105d /app/view/templates/user.php
parent452f5801b62b191123f9ded6c02844275ab62259 (diff)
downloadwcms-1181795d8fa682571bd7e970eeefd43ed90aa30b.tar.gz
wcms-1181795d8fa682571bd7e970eeefd43ed90aa30b.zip
user level
Diffstat (limited to 'app/view/templates/user.php')
-rw-r--r--app/view/templates/user.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/view/templates/user.php b/app/view/templates/user.php
index f973fee..026a0de 100644
--- a/app/view/templates/user.php
+++ b/app/view/templates/user.php
@@ -10,6 +10,14 @@
<main class="user">
+
+<div>
+<h1>User : <?= $user->id() ?></h1>
+
+</div>
+
+
+
<table>
<tr>
<th>id</th><th>password</th><th>level</th><th>action</th>