Author: hansbak
Date: Wed Mar 24 03:21:12 2010
New Revision: 926921
URL: http://svn.apache.org/viewvc?rev=926921&view=rev
Log:
missed one change in last tomahawk update
Modified:
ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl
Modified: ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl?rev=926921&r1=926920&r2=926921&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl Wed Mar 24 03:21:12 2010
@@ -26,7 +26,7 @@ under the License.
<#assign appModelMenu =
Static["org.ofbiz.widget.menu.MenuFactory"].getMenuFromLocation(applicationMenuLocation,applicationMenuName,delegator,dispatcher)>
<#if appModelMenu.getModelMenuItemByName(headerItem)?exists &&
!parameters.portalPageId?exists>
- <#if headerItem!="main" && headerItem!="viewprofile">
+ <#if headerItem!="main">
<#assign show_last_menu = true>
</#if>
</#if>