'
  • #j #M #Y - #H:#i
    #_EVENTLINK
    #_LOCATIONTOWN
  • ', 'dbem_single_event_format' => $dbem_event_format, //Location Formatting 'dbem_location_event_list_item_format' => "
  • #_LOCATIONNAME - #j #M #Y - #H:#i
  • ", 'dbem_location_list_item_format' => '#_LOCATIONLINK', 'dbem_location_no_events_message' => __('
  • No events in this location
  • ', 'dbem'), 'dbem_single_location_format' => '

    #_LOCATIONADDRESS

    #_LOCATIONTOWN

    ', //General Settings //Emails 'dbem_bookings_contact_email_subject' => "New booking [DEBUG MODE]", 'dbem_bookings_contact_email_body' => $dbem_email_template, 'dbem_contactperson_email_cancelled_subject' => "Booking Cancelled [DEBUG MODE]", 'dbem_contactperson_email_cancelled_body' => $dbem_email_template, 'dbem_bookings_email_pending_subject' => "Booking Pending [DEBUG MODE]", 'dbem_bookings_email_pending_body' => $dbem_email_template, 'dbem_bookings_email_rejected_subject' => "Booking Rejected [DEBUG MODE]", 'dbem_bookings_email_rejected_body' => $dbem_email_template, 'dbem_bookings_email_confirmed_subject' => 'Booking Confirmed [DEBUG MODE]', 'dbem_bookings_email_confirmed_body' => $dbem_email_template, 'dbem_bookings_email_cancelled_subject' => 'Booking Cancelled [DEBUG MODE]', 'dbem_bookings_email_cancelled_body' => $dbem_email_template ); if( get_option('dbem_debug') && !empty($_REQUEST['page']) && $_REQUEST['page'] != 'events-manager-options' ){ foreach($dbem_debug_options as $debug_option => $value){ if( !empty($dbem_debug_options[$debug_option]) ){ add_filter('pre_option_'.$debug_option, create_function('','return "'.$dbem_debug_options[$debug_option].'";')); } } } if( is_admin() && get_option('dbem_debug')){ function em_debug_notification(){ ?>

    settings page.'), em_add_get_params($_SERVER['REQUEST_URI'], array('dbem_debug_off'=>1))) ?>