Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.4
-
Fix Version/s: 3.3.beta
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Per
http://issues.civicrm.org/jira/browse/CRM-7012
If you install CiviEngage it unsets your custom templates directory path ie.
$template->templatedir [0] = your custom path
$template->templatedir [1] = civicrm std path
BECOMES
$template->templatedir [0] = civiengage custom path
$template->templatedir [1] = civicrm std path
Patch at end of previous issue pre-pends it to create:
$template->templatedir [0] = civiengage custom path
$template->templatedir [1] = your custom path
$template->templatedir [2] = civicrm std path