From f83b237d8cd6e3e9a24a790eb6c04a8998818dcc Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Thu, 30 May 2013 01:30:31 +0530 Subject: [PATCH] worked on CRM-12723, hide top nav bar on wordpress frontend --- templates/CRM/common/Navigation.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/Navigation.tpl b/templates/CRM/common/Navigation.tpl index 3a0e5083d6..0fb4e8dfbd 100644 --- a/templates/CRM/common/Navigation.tpl +++ b/templates/CRM/common/Navigation.tpl @@ -119,7 +119,7 @@ cj(function( ) { }); }); -{/literal}{if $config->userFramework neq 'Joomla'}{literal} +{/literal}{if $config->userFramework neq 'Joomla' and $config->userFrameworkFrontend ne 1}{literal} cj('body').prepend( cj("#menu-container").html() ); //Track Scrolling -- 2.25.1