phpbb/phpBB/includes/template
Patrick Webster b5a79009ce [ticket/10322] Separate template varref resolution from output generation
Most template variables can now have their PHP variable name resolved instead
of only compiling directly. This allows for the use of block vars in INCLUDE
statements. This does not work for language variables since they require
multiple checks. Added tests for the new types of allowed INCLUDEs.

PHPBB3-10322
2011-09-16 01:46:42 -05:00
..
compile.php [feature/template-engine] Remaining documentation. 2011-08-07 19:07:27 -04:00
context.php [feature/template-engine] Remaining documentation. 2011-08-07 19:07:27 -04:00
filter.php [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
locator.php [feature/template-engine] Corrected an error message in template locator. 2011-08-07 19:17:22 -04:00
renderer.php [feature/template-engine] Remaining documentation. 2011-08-07 19:07:27 -04:00
renderer_eval.php [ticket/10350] Fix for class phpbb_template_renderer_eval 2011-09-04 23:25:54 +03:00
renderer_include.php [feature/template-engine] Remaining documentation. 2011-08-07 19:07:27 -04:00
template.php [feature/template-engine] Delete _get_locator function. 2011-08-13 23:49:54 -04:00