Hi, I'm learning to use twig, and I can not assign a variable to use in all the templates, in the documentation it says
$twig = new Twig_Environment($loader);
$twig->addGlobal('text', new Text());
and I use it like that
$twig = new Twi...
asked by
07.03.2017 / 07:15