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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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="<@ofbizUrl>main</@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="<@ofbizUrl>main</@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="<@ofbizUrl>main</@ofbizUrl>" title="Go to Start page">${productStore.title}</a></h1></#if>
           <#if (productStore.subtitle)?exists><h2>${productStore.subtitle}</h2></#if>
         </div>