phpbb/phpBB/includes/template/twig/tokenparser
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
..
begin.php [feature/twig] Replace phpBB template code with Twig syntax, then parse w/Twig 2013-06-10 11:17:11 -05:00
define.php [feature/twig] Working on DEFINE 2013-06-10 00:59:06 -05:00
event.php [feature/twig] Event template tag 2013-06-24 11:18:29 -05:00
if.php [feature/twig] WIP extension/lexer/some tokenparsers/nodes 2013-06-09 22:11:12 -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