Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

Update libraries/MY_Parser.php #23

Closed cjonstrup closed 12 years ago

cjonstrup commented 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

Vheissu commented 12 years ago

Ah, very nice. I didn't realise the current code wouldn't work with custom resources, thanks for submitting this fix.