You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/02/25 08:57:23 UTC

svn commit: r1074430 - /ofbiz/trunk/themes/multiflex/includes/header.ftl

Author: jleroux
Date: Fri Feb 25 07:57:23 2011
New Revision: 1074430

URL: http://svn.apache.org/viewvc?rev=1074430&view=rev
Log:
There is no index.html file

Modified:
    ofbiz/trunk/themes/multiflex/includes/header.ftl

Modified: ofbiz/trunk/themes/multiflex/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/includes/header.ftl?rev=1074430&r1=1074429&r2=1074430&view=diff
==============================================================================
--- ofbiz/trunk/themes/multiflex/includes/header.ftl (original)
+++ ofbiz/trunk/themes/multiflex/includes/header.ftl Fri Feb 25 07:57:23 2011
@@ -31,9 +31,9 @@ under the License.
         <a class="sitelogo" href="<@o...@ofbizUrl>" title="${uiLabelMap.CommonMain}"></a>
         <div class="sitename">
           <#if !productStore?exists>
-            <h1><a href="index.html" title="Go to Start page">${uiLabelMap.EcommerceNoProductStore}</a></h1>
+            <h1><a href="<@o...@ofbizUrl>" title="Go to Start page">${uiLabelMap.EcommerceNoProductStore}</a></h1>
           </#if>
-          <#if (productStore.title)?exists><h1><a href="index.html" title="Go to Start page">${productStore.title}</a></h1></#if>
+          <#if (productStore.title)?exists><h1><a href="<@o...@ofbizUrl>" title="Go to Start page">${productStore.title}</a></h1></#if>
           <#if (productStore.subtitle)?exists><h2>${productStore.subtitle}</h2></#if>
         </div>