From a70525f1769b88b8c7225d215ccd4b381b5cff57 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 29 Oct 2021 13:17:21 +1300 Subject: [PATCH] Remove unused variable I did some digging for this & the only clue as to it's being used pointed to Joomla! But, it's not assigned from anywhere in the Joomla! repo. --- templates/CRM/common/CMSPrint.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/CRM/common/CMSPrint.tpl b/templates/CRM/common/CMSPrint.tpl index 919869faf3..67a1f5ba15 100644 --- a/templates/CRM/common/CMSPrint.tpl +++ b/templates/CRM/common/CMSPrint.tpl @@ -34,9 +34,6 @@ {/crmRegion}
-{if isset($localTasks) and $localTasks} - {include file="CRM/common/localNav.tpl"} -{/if}
{include file="CRM/common/status.tpl"} {crmRegion name='page-body'} -- 2.25.1