INFRA-132 - Misc js
[civicrm-core.git] / templates / CRM / common / snippet.tpl
index 98e3686c74c5591c050002703b2206690e300466..abe42d122cfaf9fb41e769e74f5f8ba91c267b7b 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
     {if $smarty.get.snippet eq 2}
       {include file="CRM/common/print.tpl"}
     {else}
+      {crmRegion name='ajax-snippet'}{/crmRegion}
+
+      {crmRegion name='page-header' allowCmsOverride=0}{/crmRegion}
+
       {crmRegion name='page-body'}
 
         {* Add status messages and container-snippet div unless we are outputting json. *}
@@ -58,6 +62,8 @@
         {/if}
 
       {/crmRegion}
+
+      {crmRegion name='page-footer' allowCmsOverride=0}{/crmRegion}
     {/if}
   {/if}
 {/strip}