reorganisation des dossiers
[mtweb] / mw / out / default / html_simple_reponse.php
diff --git a/mw/out/default/html_simple_reponse.php b/mw/out/default/html_simple_reponse.php
new file mode 100644 (file)
index 0000000..4a63648
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  </head>
+  <body>
+<?php
+
+  if($layout["content"] && $this->out_file_exists($layout["content"])) require $this->out_file($layout["content"]);
+
+?>
+  </body>
+</html>
\ No newline at end of file