aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/template.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11628] Remove the one usage of get_style_path()Nathaniel Guse2013-07-241-1/+1
| | | | | | Makes the code easier to follow PHPBB3-11628
* [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-241-2/+1
| | | | | | | | | This was set to default 'template/' to append template/ to all the paths, but every location was actually just setting it to '' to not append anything. So removed the option entirely (additional paths can be appended to the paths being sent to the function already) PHPBB3-11628
* [ticket/11628] Remove set_style_names function, moved to set_custom_styleNathaniel Guse2013-07-241-10/+0
| | | | PHPBB3-11628
* [ticket/11628] Change set_custom_style $template path to default to stringNathaniel Guse2013-07-241-2/+2
| | | | | | | Rather than default to false and compare === false ? 'template/' : value just assign this default in the arguments PHPBB3-11628
* [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-241-3/+2
| | | | | | | | This was basically duplicating functionality. $names would be used if not empty, else array($name) would be used. Merged functionality into the first argument PHPBB3-11628
* [ticket/11628] Return $this from set_style, set_custom_styleNathaniel Guse2013-07-241-2/+2
| | | | PHPBB3-11628
* [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-0/+30
| | | | PHPBB3-11628
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+157
PHPBB3-11698