From 8046748b424f95a92ab599ecc973f57eb05246ce Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 15 Apr 2013 09:38:41 +0200 Subject: =?UTF-8?q?d=C3=A9coupage=20des=20vues=20dans=20plusieurs=20fichie?= =?UTF-8?q?rs=20tpl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/view.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 tpl/view.html (limited to 'tpl/view.html') diff --git a/tpl/view.html b/tpl/view.html new file mode 100755 index 00000000..1e057889 --- /dev/null +++ b/tpl/view.html @@ -0,0 +1,29 @@ +{include="head"} + +
+
+ +
+
+ + + +
+
+

{$title}

+ +
+
+
+ {$content} +
+
+ +
+ +
+
+ {include="footer"} + {include="js"} + + -- cgit v1.2.3