You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/25 18:55:22 UTC

svn commit: r1806214 - /ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml

Author: deepak
Date: Fri Aug 25 18:55:22 2017
New Revision: 1806214

URL: http://svn.apache.org/viewvc?rev=1806214&view=rev
Log:
Fixed: Logo image was missing in tomahawk theme.

Modified:
    ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml

Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml?rev=1806214&r1=1806213&r2=1806214&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml Fri Aug 25 18:55:22 2017
@@ -35,6 +35,8 @@ under the License.
         <property name="VT_NAV_OPEN_TMPLT" value="component://tomahawk/template/AppBarOpen.ftl"/>
         <property name="VT_NAV_CLOSE_TMPLT" value="component://tomahawk/template/AppBarClose.ftl"/>
         <property name="VT_MSG_TMPLT_LOC" value="component://common-theme/template/includes/Messages.ftl"/>
+        <!--header image -->
+        <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.gif"/>
         <!--javascript lib-->
         <property name="VT_HDR_JAVASCRIPT['add']" value="/tomahawk/js/dropdown.js"/>
         <!--Css style-->