Remove debugging comment when not in debug mode
authorColeman Watts <coleman@civicrm.org>
Fri, 5 Aug 2016 16:30:23 +0000 (12:30 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 5 Aug 2016 16:30:23 +0000 (12:30 -0400)
templates/CRM/common/backdrop.tpl
templates/CRM/common/debug.tpl
templates/CRM/common/drupal.tpl
templates/CRM/common/drupal6.tpl
templates/CRM/common/drupal8.tpl
templates/CRM/common/joomla.tpl
templates/CRM/common/print.tpl
templates/CRM/common/printBody.tpl
templates/CRM/common/snippet.tpl
templates/CRM/common/unittests.tpl
templates/CRM/common/wordpress.tpl

index 39e0729b724eefb3abbe6d551948b366c1023a7e..2f71146537df85e1f7d687d0374eb0ca3360672f 100644 (file)
@@ -58,7 +58,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}
index a28149a299c167c3c160dcd67311a257ab3df31b..3b4bca930adc3a2a519c081d5f305f3f92511e4e 100644 (file)
@@ -23,6 +23,7 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 *}
+<!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
 {if $smarty.get.smartyDebug}
 {debug}
 {/if}
index 39e0729b724eefb3abbe6d551948b366c1023a7e..2f71146537df85e1f7d687d0374eb0ca3360672f 100644 (file)
@@ -58,7 +58,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}
index 86cb01722228762d251860cc65618a4da530992c..d119c865e13e50f09435fcdf6f04744eb11bead4 100644 (file)
@@ -60,7 +60,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}
index 39e0729b724eefb3abbe6d551948b366c1023a7e..2f71146537df85e1f7d687d0374eb0ca3360672f 100644 (file)
@@ -58,7 +58,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}
index 303ae03ca459f67be3c4fce4339d1311914cba0a..71fbc307d43d2ea535cffb6de5cd4b0d0affa960 100644 (file)
@@ -81,7 +81,6 @@
     <div id="crm-main-content-wrapper">
       {include file="CRM/common/status.tpl"}
       {crmRegion name='page-body'}
-        <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
         {if isset($isForm) and $isForm and isset($formTpl)}
           {include file="CRM/Form/$formTpl.tpl"}
         {else}
index 199af5f4e5d1ee3349103c6957b7d14575abc46d..05bf47075be374e4fb3ad4b623a55d75f9b0f4f9 100644 (file)
@@ -44,7 +44,6 @@
 {include file="CRM/common/status.tpl"}
 
 {crmRegion name='page-body' allowCmsOverride=0}
-<!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
   {if $isForm and isset($formTpl)}
     {include file="CRM/Form/$formTpl.tpl"}
   {else}
index 5093bfa1734309c7025e3c3e2dc3dd5a7aea8dd5..d8eb6b43bbcf60f39560b3d8eaee4ca6c6b2439d 100644 (file)
@@ -25,7 +25,6 @@
 *}
 {* printBody.tpl: wrapper for Print views without HTML surrounds. *}
 
-<!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
 {if $isForm and isset($formTpl)}
     {include file="CRM/Form/$formTpl.tpl"}
 {else}
index 76fc7fe2c7db54eeffbcc14c11bfccabaa02282b..48244532a9ca2f4715b93d39278aa9e01a2e04af 100644 (file)
@@ -50,7 +50,6 @@
           {include file="CRM/common/status.tpl"}
         {/if}
 
-        <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
         {if !empty($isForm)}
           {include file="CRM/Form/default.tpl"}
         {else}
index 39e0729b724eefb3abbe6d551948b366c1023a7e..2f71146537df85e1f7d687d0374eb0ca3360672f 100644 (file)
@@ -58,7 +58,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}
index 7d5ed8af88c304ba13faf6b9cacf2fa257012b1d..5713b40a5508d4b348f51dd5715996ccfda32ea4 100644 (file)
@@ -77,7 +77,6 @@
 <div id="crm-main-content-wrapper">
   {include file="CRM/common/status.tpl"}
   {crmRegion name='page-body'}
-    <!-- .tpl file invoked: {$tplFile}. Call via form.tpl if we have a form in the page. -->
     {if isset($isForm) and $isForm and isset($formTpl)}
       {include file="CRM/Form/$formTpl.tpl"}
     {else}