phpbb/phpBB/includes/template
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
..
twig [feature/twig] Able to set chain of namespaces to search for loadTemplate() 2013-06-24 12:39:28 -05:00
compile.php [ticket/11435] Create new template filter option (cleanup) 2013-05-20 11:45:32 -05:00
context.php [feature/twig] Language output assignments, using context class again 2013-06-11 09:41:15 -05:00
filter.php [ticket/11435] Create new template filter option (cleanup) 2013-05-20 11:45:32 -05:00
locator.php [feature/template-events] Cosmetic changes. 2012-11-17 16:40:00 -05:00
phpbb.php [feature/twig] Replace phpBB template with Twig 2013-06-10 12:59:47 -05:00
renderer.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
renderer_eval.php [ticket/10756] Renaming phpbb_style_template to phpbb_template 2012-04-19 04:25:25 +02:00
renderer_include.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
template.php [feature/twig] Replace phpBB template with Twig 2013-06-10 12:59:47 -05:00