fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

Added Config ability #88

Closed casperwilkes closed 8 years ago

casperwilkes commented 8 years ago

I've added the ability for template users to easily add and modify functions in twig templates. Following standard procedure with other config files, they just have to drop the config/twig.php file into the app/config directory to modify the functions list.

If this pull request is accepted, i'll begin working on the other template types.