From af6dd5f8f9844596e85db25a8e97df9e08cb795c Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 1 Jun 2015 18:46:12 +0200 Subject: Port alls sites to smarty and use the inheritance model --- templates/login.tpl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/login.tpl (limited to 'templates/login.tpl') diff --git a/templates/login.tpl b/templates/login.tpl new file mode 100644 index 0000000..c2bb0a2 --- /dev/null +++ b/templates/login.tpl @@ -0,0 +1,32 @@ +{extends file="layout.tpl"} +{block name=title}Login{/block} +{block name=navigation} +
+
Contact us
+
Categories
+
Home
+
+{/block} +{block name=content} +
+

{block name=title}{/block}

+
+ + +
+
+ + +
+
 
+ + +
+{/block} \ No newline at end of file -- cgit v1.2.3-70-g09d2