Closed cjonstrup closed 12 years ago
Added check for custom resources.
Example $this->parser->parse("page:index.tpl", $data);
The example will not work before you have added the check for custom resources.
http://www.smarty.net/docs/en/resources.custom.tpl
Ah, very nice. I didn't realise the current code wouldn't work with custom resources, thanks for submitting this fix.
Added check for custom resources.
Example $this->parser->parse("page:index.tpl", $data);
The example will not work before you have added the check for custom resources.
http://www.smarty.net/docs/en/resources.custom.tpl