1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <?php require $this->out_file("views/head.php"); ?>
5 <script type="text/javascript" src="<?php echo $this->path("mw_path"); ?>libs/tiny_mce/tiny_mce.js"></script>
6 <script type="text/javascript" src="<?php echo $this->path("mw_path"); ?>libs/tiny_mce/plugins/tinybrowser/tb_tinymce.js.php"></script>
12 <?php require $this->out_file("views/header.php"); ?>
20 <?php require $this->out_file("views/users/colonne.php"); ?>
24 <?php require $this->out_file("views/messages.php"); ?>
27 if($layout["content"] && $this->out_file_exists($layout["content"])) require $this->out_file($layout["content"]);
32 <div class="clear"><!-- --></div>
39 <?php require $this->out_file("views/footer.php"); ?>