mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 21:26:28 +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:
@ -2437,6 +2437,10 @@ inherit_from = {INHERIT_FROM}
|
|||||||
{
|
{
|
||||||
$content = '';
|
$content = '';
|
||||||
}
|
}
|
||||||
|
if (defined('DEBUG'))
|
||||||
|
{
|
||||||
|
$content = "/* BEGIN @include $filename */ \n $content \n /* END @include $filename */ \n";
|
||||||
|
}
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user