aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12224] Add template wrapper method to assign block arraysrxu2014-02-231-0/+10
| | | | | | | | | | | Add one more wrapper template method for the function assign_block_vars() which takes a 2-dimensional array as a parameter and calls assign_block_vars() in a loop to assign the whole block loop at once. This can make the core a little bit more expendable from the point of developing extensions as it allows to pass the data to events before it's being assigned to template. PHPBB3-12224
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-2/+4
| | | | PHPBB3-11700
* [ticket/11628] Create base template class with common functionsNathan Guse2013-08-281-0/+148
E.g. assign_vars PHPBB3-11628