1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/10743] Renaming user->theme

Renaming user->theme to user->style

PHPBB3-10743
This commit is contained in:
Vjacheslav Trushkin
2012-04-02 11:50:13 +03:00
committed by Oleg Pudeyev
parent 33b72ec62b
commit 71ca9b4fe6
4 changed files with 21 additions and 21 deletions

View File

@@ -130,7 +130,7 @@ class bbcode
if (empty($this->template_filename))
{
$this->template_bitfield = new bitfield($user->theme['bbcode_bitfield']);
$this->template_bitfield = new bitfield($user->style['bbcode_bitfield']);
$style_resource_locator = new phpbb_style_resource_locator();
$style_path_provider = new phpbb_style_extension_path_provider($phpbb_extension_manager, new phpbb_style_path_provider());