From c67e13e04baab64bcc63fd0dca46125513250c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 3 Aug 2013 08:24:42 +0200 Subject: new tpl files --- tpl/_bookmarklet.twig | 20 ++++++++++++++++++++ tpl/_footer.twig | 3 +++ tpl/_head.twig | 10 ++++++++++ tpl/_top.twig | 3 +++ tpl/home.html | 21 --------------------- tpl/home.twig | 21 +++++++++++++++++++++ 6 files changed, 57 insertions(+), 21 deletions(-) create mode 100644 tpl/_bookmarklet.twig create mode 100644 tpl/_footer.twig create mode 100644 tpl/_head.twig create mode 100644 tpl/_top.twig delete mode 100644 tpl/home.html create mode 100644 tpl/home.twig (limited to 'tpl') diff --git a/tpl/_bookmarklet.twig b/tpl/_bookmarklet.twig new file mode 100644 index 00000000..0878e079 --- /dev/null +++ b/tpl/_bookmarklet.twig @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/tpl/_footer.twig b/tpl/_footer.twig new file mode 100644 index 00000000..59b58fa5 --- /dev/null +++ b/tpl/_footer.twig @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/tpl/_head.twig b/tpl/_head.twig new file mode 100644 index 00000000..2d640cbf --- /dev/null +++ b/tpl/_head.twig @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tpl/_top.twig b/tpl/_top.twig new file mode 100644 index 00000000..8e3ea7e0 --- /dev/null +++ b/tpl/_top.twig @@ -0,0 +1,3 @@ +
+

logo pochepoche

+
\ No newline at end of file diff --git a/tpl/home.html b/tpl/home.html deleted file mode 100644 index 8b602a25..00000000 --- a/tpl/home.html +++ /dev/null @@ -1,21 +0,0 @@ - -
-

logo pochepoche

-
-
-{% block menu %} - -{% endblock %} -{% block precontent %} - -{% endblock %} - {include="messages"} \ No newline at end of file diff --git a/tpl/home.twig b/tpl/home.twig new file mode 100644 index 00000000..8b602a25 --- /dev/null +++ b/tpl/home.twig @@ -0,0 +1,21 @@ + +
+

logo pochepoche

+
+
+{% block menu %} + +{% endblock %} +{% block precontent %} +
    +
  • by date
  • +
  • by title
  • +
+{% endblock %} + {include="messages"} \ No newline at end of file -- cgit v1.2.3