From 3a8e94accde498be769d4c5321ff539f15864329 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 25 Nov 2013 09:30:36 -0800 Subject: [PATCH] CRM-12337 - Navigation.tpl - code/whitespace cleanup --- templates/CRM/common/Navigation.tpl | 239 ++++++++++++++-------------- 1 file changed, 120 insertions(+), 119 deletions(-) diff --git a/templates/CRM/common/Navigation.tpl b/templates/CRM/common/Navigation.tpl index 0fc7fe06c3..92a0653553 100644 --- a/templates/CRM/common/Navigation.tpl +++ b/templates/CRM/common/Navigation.tpl @@ -23,134 +23,135 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{capture assign=menuMarkup} +{capture assign=menuMarkup}{strip} {/capture} + {if call_user_func(array('CRM_Core_Permission','giveMeAllACLs'))} + + {/if} + {$navigation} + +{/strip}{/capture} {literal} {/literal} -- 2.25.1