Closed jasonlav closed 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.
{{ site_url('/') }}
Message: Unknown "site_url" function.
Same occurs with other functions such as form_open.
form_open
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 errorMessage: Unknown "site_url" function.
Same occurs with other functions such as
form_open
.