diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 13:15:26 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 13:15:26 +0100 |
commit | 1181795d8fa682571bd7e970eeefd43ed90aa30b (patch) | |
tree | a90b5149b772103a7f0d1dcd7dc42242062e105d /app/view/templates/user.php | |
parent | 452f5801b62b191123f9ded6c02844275ab62259 (diff) | |
download | wcms-1181795d8fa682571bd7e970eeefd43ed90aa30b.tar.gz wcms-1181795d8fa682571bd7e970eeefd43ed90aa30b.zip |
user level
Diffstat (limited to 'app/view/templates/user.php')
-rw-r--r-- | app/view/templates/user.php | 8 |
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> |