Merge pull request #3135 from eileenmcnaughton/CRM-14367-pdf-option
[civicrm-core.git] / templates / CRM / Form / default.tpl
index 7ce77c3f064105dde657f059b04280ca9c084a89..11acdab5d528c72720b6beb3fa8e636957dcf0ef 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 *}
 {if ! $suppressForm}
 <form {$form.attributes} >
+  {crmRegion name='form-top'}{/crmRegion}
 {/if}
 
-{include file="CRM/Form/body.tpl"}
+  {crmRegion name='form-body'}
+    {include file="CRM/Form/body.tpl"}
 
-{include file=$tplFile}
+    {include file=$tplFile}
+  {/crmRegion}
 
 {if ! $suppressForm}
+  {crmRegion name='form-bottom'}{/crmRegion}
 </form>
 {/if}