function rex_notification_component()
 {
     global $I18N;
     parent::rex_dashboard_component_base('notifications');
     $this->setTitle($I18N->msg('dashboard_notifications'));
     $this->setFormat('full');
 }