-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
This enables arrays to be retrieved directly within templates. For example assigning $user->data to a variable A_USER_DATA the template designer can access any variable within the original $user->data array in the form of
{A_USER_DATA:<element>}. The values can be used within conditional statements and blocks.
PR #912
- was obsoleted by solution of
-
PHPBB-11598 Replace template engine with Twig
- Unverified Fix