$cust_templ = base64_decode($wid_page[$dao->id]['custom_template']);
$this->setDefaults(array(
'custom_template' => $cust_templ));
+ } else {
+ $output = file_get_contents('templates/CRM/Wci/Page/wciwidget.tpl',FILE_USE_INCLUDE_PATH);
+ $elem = $this->getElement('custom_template');
+ $elem->setValue($output);
}
}
// $widget_controller_path = getWciWidgetControllerPath();
/** Keep template in civicrm-wci/templates folder*/
$output = file_get_contents('templates/CRM/Wci/Page/wciwidget.tpl',FILE_USE_INCLUDE_PATH);
$elem = $this->getElement('custom_template');
- $elem->setValue($output);
+ $elem->setValue($output);
}
parent::buildQuickForm();
}