Code Comments
Programming Forum and web based access to our favorite programming groups.hi,
i have a plugin where i wrote :
function smarty_function_traducteur2($params, &$this)
{
extract($params);
$trad = new translate;
$this->_compile_template("evaluated template",
$trad->traducteur($VERBOSE), $source);
eval('?>' . $source);
}
in smarty 2,6,2 it generates an error:
Fatal error: Call to undefined function: _compile_template()
why?
a way to correct this?
thanks
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.