{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Print.tpl: wrapper for Print views. Provides complete HTML doc. Includes print media stylesheet.*} {if $pageTitle}{$pageTitle|strip_tags}{else}{ts}Printer-Friendly View{/ts} | {ts}CiviCRM{/ts}{/if} {crmRegion name='html-header' allowCmsOverride=0}{/crmRegion} {if $config->debug} {include file="CRM/common/debug.tpl"} {/if}
{crmRegion name='page-header' allowCmsOverride=0}{/crmRegion} {* Check for Status message for the page (stored in session->getStatus). Status is cleared on retrieval. *} {include file="CRM/common/status.tpl"} {crmRegion name='page-body' allowCmsOverride=0} {if $isForm and isset($formTpl)} {include file="CRM/Form/$formTpl.tpl"} {else} {include file=$tplFile} {/if} {/crmRegion} {crmRegion name='page-footer' allowCmsOverride=0} {/crmRegion}
{* end crm-container div *}