Index: trunk/kernel/parser.php =================================================================== diff -u -r3208 -r3236 --- trunk/kernel/parser.php (.../parser.php) (revision 3208) +++ trunk/kernel/parser.php (.../parser.php) (revision 3236) @@ -3693,6 +3693,11 @@ return $ret; } +function m_IsDebugMode($params) +{ + echo 'kool'; + return IsDebugMode() ? true : ''; +} /*function m_object($attribs=Array()) {