The style is default prosilverCOD3M4ST3R-X wrote:You need to place the style that you were using Back in /styles/ folder.
Code: Select all
UPDATE phpbb_styles SET `style_id` = 99 WHERE `style_name` = 'prosilver';
UPDATE phpbb_config SET `config_value` = 99 WHERE `config_name` = 'default_style';
UPDATE phpbb_config SET `config_value` = 1 WHERE `config_name` = 'override_user_style';