ajout d'un installeur en ligne
[mtweb] / mw / app / out / default / simple.php
1 <!doctype html>
2 <html>
3   <head>
4 <?php require $this->out_file("views/head.php"); ?>
5   </head>
6   <body>
7
8     <div id="main">
9       <div class="content">
10
11 <?php require $this->out_file("views/messages.php"); ?>
12 <?php if($layout["content"] && $this->out_file_exists($layout["content"])) require $this->out_file($layout["content"]); ?>
13
14       </div>
15     </div>
16
17   </body>
18 </html>