aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_styles.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 8a062c7759..30433a859d 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -2437,6 +2437,10 @@ inherit_from = {INHERIT_FROM}
{
$content = '';
}
+ if (defined('DEBUG'))
+ {
+ $content = "/* BEGIN @include $filename */ \n $content \n /* END @include $filename */ \n";
+ }
return $content;
}