projects
/
mtweb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
05ce24d21394f59724fbc69a4c792d37e980b16e
[mtweb]
/
mw
/
app
/
out
/
default
/
views
/
users
/
identification.php
1
<div id="identification_page">
2
<h2>Identification</h2>
3
<?php require $this->out_file("views/login.php"); ?>
4
<ul>
5
<li><a href="<?php echo $this->url(); ?>">accueil</a></li>
6
</ul>
7
</div>