diff --git a/tpl/entries.html b/tpl/entries.html index 648e1ce9d..8526a3c9d 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 04bedabcb..b8bd755c8 100644 --- a/tpl/footer.html +++ b/tpl/footer.html @@ -1,6 +1,4 @@ - - - + diff --git a/tpl/head.html b/tpl/head.html index 66b6895d7..e95f61001 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 28db89c20..752a571b8 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 b78b72e1e..12927692e 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 9ba5e208d..4384631b4 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