Skip to content
Snippets Groups Projects
Commit ecda7477 authored by Daniel Voelskow's avatar Daniel Voelskow
Browse files

#1296 change count ... gt 0 to \!empty in SidebarAppMenu.tpl

parent 67753033
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
{assign var=APP_LIST value=Vtiger_MenuStructure_Model::getAppMenuList()}
{foreach item=APP_NAME from=$APP_LIST}
{if $APP_NAME eq 'ANALYTICS'} {continue}{/if}
{if count($APP_GROUPED_MENU.$APP_NAME) gt 0}
{if !empty($APP_GROUPED_MENU.$APP_NAME)}
<div class="dropdown app-modules-dropdown-container">
{foreach item=APP_MENU_MODEL from=$APP_GROUPED_MENU.$APP_NAME}
{assign var=FIRST_MENU_MODEL value=$APP_MENU_MODEL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment