add basic Users- and SeminariesAgent
This commit is contained in:
parent
fed2fec0c9
commit
150aa2d1b5
13 changed files with 470 additions and 5 deletions
4
views/html/users/user.tpl
Normal file
4
views/html/users/user.tpl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<h2><?=$user['username']?></h2>
|
||||
<p>
|
||||
registriert seit <?=date(\hhu\z\Utils::DATEFORMAT, strtotime($user['created']))?>
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue