aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style/path_provider_interface.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10735] Changing locator paths structureVjacheslav Trushkin2012-03-311-7/+0
| | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735
* [feature/merging-style-components] Changing path providerVjacheslav Trushkin2012-03-151-14/+9
| | | | | | Changing set_templates() to set_style() and removing second parameter, changing get_main_template_path() to get_main_style_path(), removing template_root_for_style(), updating docblocks PHPBB3-10632
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-1/+1
| | | | | | Changing template classes prefixes from phpbb_template to phpbb_style (for classes that will work with styles) or phpbb_style_template (for classes that are specific to templates) PHPBB3-10632
* [feature/merging-style-components] Moving template classes to styleVjacheslav Trushkin2012-03-141-0/+54
Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates PHPBB3-10632