17 lines
353 B
PHTML
17 lines
353 B
PHTML
<?php echo $this->doctype();?>
|
|
<html>
|
|
<head>
|
|
<?php echo $this->headMeta();?>
|
|
<?php echo $this->headTitle();?>
|
|
</head>
|
|
<body>
|
|
<h4 class="logout">Vous avez été déconnecté.</h4>
|
|
<h5 class="logout">
|
|
Si cette page ne disparait pas au bout de <?=$this->refresh?> seconde(s),
|
|
veuillez cliquer <a href="<?=$this->url?>">ici</a>
|
|
</h5>
|
|
|
|
</body>
|
|
</html>
|
|
|