if smarty is not rendering correctly, add the following options
$this->smarty->force_compile = true;
$this->smarty->debugging = true;
$this->smarty->error_reporting = true;
this should provide more information on what’s wrong.
Open Source Technologies At Work
Only Passion Matters
if smarty is not rendering correctly, add the following options
$this->smarty->force_compile = true;
$this->smarty->debugging = true;
$this->smarty->error_reporting = true;
this should provide more information on what’s wrong.