define('KRONOLITH_TEMPLATES', $registry->get('templates'));
/* Notification system. */
-$notification = Horde_Notification::singleton();
-$GLOBALS['kronolith_notify'] = $notification->attach('status', null, 'Kronolith_Notification_Listener_Status');
+$GLOBALS['notification'] = Horde_Notification::singleton();
+$GLOBALS['kronolith_notify'] = $GLOBALS['notification']->attach('status', null, 'Kronolith_Notification_Listener_Status');
/* Start compression. */
if (!Horde_Util::nonInputVar('no_compress')) {