Skip to content
Snippets Groups Projects
Commit 4ce6105a authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

don't show navigation menu on joomla front-end, worked on CRM-12631

parent 00d8bcaf
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ cj(function( ) {
if ( cj('#edit-shortcuts').length > 0 ) {
cj('#civicrm-menu').css({ 'width': '97%' });
}
{/literal}{else}{* Special menu hacks for Joomla *}{literal}
{/literal}{elseif $config->userFrameworkFrontend ne 1}{* Special menu hacks for Joomla *}{literal}
// below div is present in older version of joomla 2.5.x
var elementExists = cj('div#toolbar-box div.m').length;
if ( elementExists > 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment