X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2Fcommon%2Fdrupal6.tpl;h=10ce05cdb03e503dec37b1a646df781b92add22e;hb=07218de046ef00cb6f5be43179f5db18afa0352d;hp=07d5da792818aec5788a620fb14a68bd3e05c56e;hpb=1219e6af26646ad548b2d7e97a7f345af4655c21;p=civicrm-core.git diff --git a/templates/CRM/common/drupal6.tpl b/templates/CRM/common/drupal6.tpl index 07d5da7928..10ce05cdb0 100644 --- a/templates/CRM/common/drupal6.tpl +++ b/templates/CRM/common/drupal6.tpl @@ -2,7 +2,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -31,9 +31,6 @@ {crmNavigationMenu is_default=1} -{* include wysiwyg related files*} -{include file="CRM/common/wysiwyg.tpl"} - {if isset($browserPrint) and $browserPrint} {* Javascript window.print link. Used for public pages where we can't do printer-friendly view. *}
@@ -64,7 +61,7 @@ {include file="CRM/common/status.tpl"} {crmRegion name='page-body'} - {if isset($isForm) and $isForm} + {if isset($isForm) and $isForm and isset($formTpl)} {include file="CRM/Form/$formTpl.tpl"} {else} {include file=$tplFile}