01-31-2017, 08:17 AM
In the php file wher is calling to your template.
For example, the modules/Accounts/EditView.php on the end of this file call to:
$smarty->display('salesEditView.tpl');
So, this EditView.php and modules/Vtiger/EditView.php contains the smarty variables.
This way to assign variables to smarty on coreBOS and Vtiger exists since a lot of years, this is not new, but some smarty templates in the past contained this php tags, and now Smarty decided that this is not correct.
For example, the modules/Accounts/EditView.php on the end of this file call to:
$smarty->display('salesEditView.tpl');
So, this EditView.php and modules/Vtiger/EditView.php contains the smarty variables.
This way to assign variables to smarty on coreBOS and Vtiger exists since a lot of years, this is not new, but some smarty templates in the past contained this php tags, and now Smarty decided that this is not correct.