From cddd8e90f4f6a5312acef88b70e386fca08d36a9 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Sun, 21 Apr 2013 12:17:56 +0200 Subject: [PATCH] modif tpl --- tpl/entries.html | 4 +++- tpl/footer.html | 4 +--- tpl/head.html | 7 +------ tpl/home.html | 6 +++++- tpl/login.html | 6 +++++- tpl/view.html | 9 +-------- 6 files changed, 16 insertions(+), 20 deletions(-) diff --git a/tpl/entries.html b/tpl/entries.html index 648e1ce..8526a3c 100644 --- a/tpl/entries.html +++ b/tpl/entries.html @@ -1,3 +1,4 @@ +
{loop="entries"}
@@ -13,4 +14,5 @@
- {/loop} \ No newline at end of file + {/loop} + \ No newline at end of file diff --git a/tpl/footer.html b/tpl/footer.html index 04bedab..b8bd755 100644 --- a/tpl/footer.html +++ b/tpl/footer.html @@ -1,6 +1,4 @@ - - - + diff --git a/tpl/head.html b/tpl/head.html index 66b6895..e95f610 100644 --- a/tpl/head.html +++ b/tpl/head.html @@ -19,9 +19,4 @@ - - -
-

logo pochepoche

-
-
\ No newline at end of file + \ No newline at end of file diff --git a/tpl/home.html b/tpl/home.html index 28db89c..752a571 100644 --- a/tpl/home.html +++ b/tpl/home.html @@ -1,3 +1,8 @@ + +
+

logo pochepoche

+
+
-
diff --git a/tpl/login.html b/tpl/login.html index b78b72e..1292769 100644 --- a/tpl/login.html +++ b/tpl/login.html @@ -1,5 +1,9 @@ {include="head"} -
+ +
+

logo pochepoche

+
+

login to your poche

diff --git a/tpl/view.html b/tpl/view.html index 9ba5e20..4384631 100644 --- a/tpl/view.html +++ b/tpl/view.html @@ -47,13 +47,6 @@
-
{include="js"} - - - - - \ No newline at end of file + {include="footer"} \ No newline at end of file