mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
more verbose style.php in DEBUG mode
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8754 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9ecbd0edb6
commit
b0c45b18f1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user