From d51ecb6ea8383cbced9c4e3972187f43fbc61f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Aug 2013 17:35:02 +0200 Subject: ignore vendor --- tpl/view.html | 58 ---------------------------------------------------------- tpl/view.twig | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 tpl/view.html create mode 100644 tpl/view.twig (limited to 'tpl') diff --git a/tpl/view.html b/tpl/view.html deleted file mode 100644 index e68cd1a1..00000000 --- a/tpl/view.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - {$title} - - - - - - - - - - - - -
-
- -
-
- -
-
-

{$title}

- -
- {include="messages"} -
-
- {$content} -
-
- -
- - -
-
- this article appears wrong? create an issue or contact us by mail -
- - - {include="js"} - {include="footer"} \ No newline at end of file diff --git a/tpl/view.twig b/tpl/view.twig new file mode 100644 index 00000000..e68cd1a1 --- /dev/null +++ b/tpl/view.twig @@ -0,0 +1,58 @@ + + + + + + + + + + + {$title} + + + + + + + + + + + + +
+
+ +
+
+ +
+
+

{$title}

+ +
+ {include="messages"} +
+
+ {$content} +
+
+ +
+ + +
+
+ this article appears wrong? create an issue or contact us by mail +
+ + + {include="js"} + {include="footer"} \ No newline at end of file -- cgit v1.2.3