import mtweb.0.4.1
[mtweb] / web / out / dist / 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="<?= $this->url() ?>">accueil</a></li>
6 </ul>
7 </div>