kenjis / codeigniter-ss-twig

A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
MIT License
168 stars 46 forks source link

Unable to use functions #31

Closed jasonlav closed 7 years ago

jasonlav commented 7 years ago

Running CI 3.1.4 with latest codeigniter-ss-twig plugin using Twig 1.33.2. Twig templates render great, however, I am unable to call methods.

{{ site_url('/') }} yields the following error Message: Unknown "site_url" function.

Same occurs with other functions such as form_open.