From e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 20 Mar 2014 18:11:45 -0700 Subject: [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 --- phpBB/includes/acp/acp_styles.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/includes') diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index d5492d85a3..3f9d21f56c 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -530,6 +530,9 @@ class acp_styles return; } + // Show page title + $this->welcome_message('ACP_STYLES', null); + // Show parent styles foreach ($list as $row) { -- cgit v1.2.1