phpbb/phpBB/includes/template
Nathaniel Guse 5f03321fac [feature/twig] Support using Twig filters on {VAR}, add masks for Twig tags
Now we can do {L_TITLE|upper}, {SITENAME|lower}, etc

We can also use all the Twig tags in our own syntax. E.g. <!-- BLOCK foo -->
= {% block foo %]. All tags are the same as the Twig tag names, but are
in uppercase.

PHPBB3-11598
2013-07-04 12:44:12 -05:00
..
twig [feature/twig] Support using Twig filters on {VAR}, add masks for Twig tags 2013-07-04 12:44:12 -05:00
context.php [feature/twig] Fix template/context.php 2013-07-01 13:26:00 -05:00
locator.php [feature/template-events] Cosmetic changes. 2012-11-17 16:40:00 -05:00
renderer.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
template.php [feature/twig] Change style->set_style to accept a list of base directories 2013-07-04 10:12:09 -05:00