Index: trunk/kernel/constants.php =================================================================== diff -u -r4451 -r4467 --- trunk/kernel/constants.php (.../constants.php) (revision 4451) +++ trunk/kernel/constants.php (.../constants.php) (revision 4467) @@ -16,5 +16,8 @@ // sections safeDefine('stTREE', 1); safeDefine('stTAB', 2); - + + $application =& kApplication::Instance(); + $spacer_url = $application->BaseURL().'kernel/admin_templates/img/spacer.gif'; + define('SPACER_URL', $spacer_url); ?> \ No newline at end of file