From 50ac1a0318bf9c3a09f7392636878abd48fbbc6d Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 17 Apr 2014 17:13:30 +0200 Subject: [PATCH] add a default title on front index page. Fix #301 --- templates/frontOffice/default/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/frontOffice/default/index.html b/templates/frontOffice/default/index.html index 7937c824f..53aa8c0f1 100644 --- a/templates/frontOffice/default/index.html +++ b/templates/frontOffice/default/index.html @@ -3,6 +3,11 @@ {* Body Class *} {block name="body-class"}page-home{/block} +{* Page Title *} +{block name='no-return-functions' append} + {$page_title = {config key="store_name"}} +{/block} + {* Hide breadcrumb *} {block name='breadcrumb'}{/block}