mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue