From 1f5cd1da6231d2b29272ad41c58daeac18a2beb9 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 19 Sep 2013 17:48:01 +0200 Subject: [PATCH] create category template --- templates/default/category.html | 19 +++++++++++++++++++ templates/default/product.html | 11 +++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 templates/default/category.html diff --git a/templates/default/category.html b/templates/default/category.html new file mode 100644 index 000000000..8bca4fbde --- /dev/null +++ b/templates/default/category.html @@ -0,0 +1,19 @@ +{extends file='layout.tpl'} + +{block name="breadcrumb"} + +{/block} diff --git a/templates/default/product.html b/templates/default/product.html index fbce6d510..c2135d232 100644 --- a/templates/default/product.html +++ b/templates/default/product.html @@ -4,10 +4,13 @@ {/block}