/**
  * Initialize the tplEngine with the right parameters.
  */
 function ProjectSmartyTpl()
 {
     CopixSmartyTpl::CopixSmartyTpl();
     // Add here pathes to other Smarty plugin directories:
     // $this->plugins_dir[] =  COPIX_PROJECT_PATH.'smarty_plugins/';
     $this->plugins_dir[] = PROJECT_SMARTY_PLUGIN_PATH;
 }