Index: branches/unlabeled/unlabeled-1.7.2/kernel/constants.php =================================================================== diff -u -N -r5290 -r5637 --- branches/unlabeled/unlabeled-1.7.2/kernel/constants.php (.../constants.php) (revision 5290) +++ branches/unlabeled/unlabeled-1.7.2/kernel/constants.php (.../constants.php) (revision 5637) @@ -26,4 +26,9 @@ $application =& kApplication::Instance(); $spacer_url = $application->BaseURL().'kernel/admin_templates/img/spacer.gif'; define('SPACER_URL', $spacer_url); + + if (!$application->IsAdmin()) { + // don't show debugger buttons on front (if not overrided in "debug.php") + safeDefine('DBG_TOOLBAR_BUTTONS', 0); + } ?> \ No newline at end of file