phpbb/phpBB/includes/template/twig/node
Nathan Guse c958155fb6 [feature/twig] Able to set chain of namespaces to search for loadTemplate()
This is done so that when event template files are included, if they
include files themselves, that namespace is checked first, then __main__
is checked to include the correct template file.

Also, when template files are included from a particular namespace, this is
done so that the files from that namespace are included first, then the
main namespace is checked.

We may want to change this behavior in the future to allow choosing which
locations have priority, but for now, this is what I am doing to make sure
the behavior is simple and always the same.

PHPBB3-11598
2013-06-24 12:39:28 -05:00
..
expression/binary [feature/twig] Some additional operators, more stuff for IF 2013-06-12 12:48:37 -05:00
begin.php [feature/twig] Changing method for begin node to not use anonymous function 2013-06-23 22:28:39 -05:00
event.php [feature/twig] Able to set chain of namespaces to search for loadTemplate() 2013-06-24 12:39:28 -05:00
include.php [feature/twig] Able to set chain of namespaces to search for loadTemplate() 2013-06-24 12:39:28 -05:00
includejs.php [feature/twig] Correcting output of INCLUDEJS 2013-06-12 12:32:56 -05:00