aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-20 18:11:45 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-20 18:11:45 -0700
commite4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449 (patch)
tree6899b26bd684cb343145ca30f84dd8126ced7eb4 /phpBB/includes/acp/acp_styles.php
parent7f5d8becad864ad86e6172c07a6a5d56d91e5264 (diff)
downloadforums-e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449.tar
forums-e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449.tar.gz
forums-e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449.tar.bz2
forums-e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449.tar.xz
forums-e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449.zip
[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
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r--phpBB/includes/acp/acp_styles.php3
1 files changed, 3 insertions, 0 deletions
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)
{