1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
This commit is contained in:
Patrick Webster
2011-09-16 01:46:42 -05:00
parent b5ecb2f7a8
commit b5a79009ce
8 changed files with 75 additions and 41 deletions

View File

@@ -0,0 +1 @@
1