//240HolidayDrivers
// Which drivers are we supposed to use to examine holidays?
$_prefs['holiday_drivers'] = array(
    'value' => 'a:0:\{\}',
    'locked' => false,  
    'shared' => false,  
    'type' => 'multienum',
    'desc' => _("Which kind of holidays do you want to get displayed?"),
);

