aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/user.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-9/+9
| | | | | | Renaming user->theme to user->style PHPBB3-10743
* [ticket/10743] Changing obtain_cfg_itemsVjacheslav Trushkin2012-06-111-3/+0
| | | | | | | Changing obtain_cfg_items to work only with style because other components no longer exist PHPBB3-10743
* [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-2/+2
| | | | | | Renaming global variable $style to $phpbb_style PHPBB3-10754
* [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-0/+851
PHPBB-10609