aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style/style.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-3/+3
| | | | PHPBB3-11012
* [ticket/10829] $style_name -> $style_path in style class.Oleg Pudeyev2012-06-111-3/+3
| | | | | | Here the style path is taken and the variable name should be $style_path. PHPBB3-10829
* [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-2/+2
| | | | | | Renaming user->theme to user->style PHPBB3-10743
* [ticket/10756] Fixing variable declarations in style and template classesVjacheslav Trushkin2012-04-191-5/+10
| | | | | | Fixing variable declaration, removing function from template locator that does not belong there PHPBB3-10756
* [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-3/+3
| | | | | | Renaming phpbb_style_template to phpbb_template PHPBB3-10756
* [ticket/10756] Renaming template classesVjacheslav Trushkin2012-04-191-1/+1
| | | | | | Renaming template classes from phpbb_style_template_ to phpbb_template_ PHPBB3-10756
* [ticket/10733] Adding functions to locate resourcesVjacheslav Trushkin2012-04-011-0/+28
| | | | | | Adding $style->locate() and $template->locate() functions PHPBB3-10733
* [ticket/10735] Changing locator paths structureVjacheslav Trushkin2012-03-311-1/+3
| | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-3/+4
| | | | | | Moving template initialization out of style constructor PHPBB3-10632
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-10/+6
| | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632
* [feature/merging-style-components] Changing style classVjacheslav Trushkin2012-03-151-5/+70
| | | | | | Moving functions that deal with styles from template to style class, updating docblocks PHPBB3-10632
* [feature/merging-style-components] Renaming style locatorVjacheslav Trushkin2012-03-151-1/+1
| | | | | | Renaming style locator to style resource locator PHPBB3-10632
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-0/+89
Creating phpbb_style class, changing template initialization to style initialization PHPBB3-10632