1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12292] Improve style details page

http://tracker.phpbb.com/browse/PHPBB3-12292
Gave style details page a proper heading and back button.
Also removed a few obsolete code leftovers in the style
and CSS.

PHPBB3-12292
This commit is contained in:
Matt Friedman
2014-03-20 18:11:45 -07:00
parent 7f5d8becad
commit e4f6d9bc90
3 changed files with 11 additions and 12 deletions

View File

@@ -530,6 +530,9 @@ class acp_styles
return;
}
// Show page title
$this->welcome_message('ACP_STYLES', null);
// Show parent styles
foreach ($list as $row)
{