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/productedit.tpl | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/productedit.tpl (limited to 'templates/productedit.tpl') diff --git a/templates/productedit.tpl b/templates/productedit.tpl new file mode 100644 index 0000000..ccd8483 --- /dev/null +++ b/templates/productedit.tpl @@ -0,0 +1,66 @@ +{extends file="layout.tpl"} +{block name=title}{$product->getName()}{/block} +{block name=navigation} +
+
Contact us
+
Home
+
Categories
+
Back
+ {if $loggedin} +
Logout
+ {else} +
Login
+ {/if} +
+{/block} +{block name=content} +
+

{block name=title}{/block}

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