array('s'=> 'epl_event_type'), ); //helper files $helpers = apply_filters( $_short_name . '_helpers', array( 'common-helper', 'template-tags' ) ); // Libraries that are autoloaded $libraries = array( 'epl-table', 'epl-util', 'epl-calendar', 'epl-router' ); $libraries = apply_filters( $_short_name . '_libraries', $libraries ); /* * These are the list of valid controllers that the system recognizes. If someone passes * a fake controller name from the front or admin, the system will not do anything */ global $valid_controllers; $valid_controllers = array( $_short_name . '_event' => array( 'object_name' => 'epl', 'class' => 'epl-event-manager', 'location' => 'epl-event-manager' ), $_short_name . '_event_manager' => array( 'object_name' => 'epl', 'class' => 'epl-event-manager', 'location' => 'epl-event-manager' ), $_short_name . '_settings' => array( 'object_name' => 'settings', 'class' => 'epl-settings-manager', 'location' => 'epl-settings-manager' ), $_short_name . '_editor' => array( 'object_name' => 'editor', 'class' => 'epl-editor', 'location' => 'epl-editor' ), $_short_name . '_location' => array( 'object_name' => 'locations', 'class' => 'epl-location-manager', 'location' => 'epl-location-manager' ), $_short_name . '_registration' => array( 'object_name' => 'registrations', 'class' => 'epl-registration-manager', 'location' => 'epl-registration-manager' ), $_short_name . '_notification' => array( 'object_name' => 'notification', 'class' => 'epl-notification-manager', 'location' => 'epl-notification-manager' ), $_short_name . '_form_manager' => array( 'object_name' => 'forms', 'class' => 'epl-form-manager', 'location' => 'epl-form-manager' ), $_short_name . '_org' => array( 'object_name' => 'forms', 'class' => 'epl-org-manager', 'location' => 'epl-org-manager' ), $_short_name . '_pay_profile' => array('class' => 'epl-pay-profile-manager', 'location' => 'epl-pay-profile-manager' ), $_short_name . '_front' => array( 'object_name' => 'front', 'class' => 'epl-front', 'location' => 'epl-front' ), $_short_name . '_registration_front' => array( 'object_name' => 'front', 'class' => 'epl_registration_front', 'location' => 'epl-registration-front' ), $_short_name . '_help' => array( 'object_name' => 'help', 'class' => 'epl-help-manager', 'location' => 'epl-help-manager' ), ); $valid_controllers = apply_filters( $_short_name . '_valid_controllers', $valid_controllers ); global $table_template; $table_template = array( 'table_open' => '', 'heading_row_start' => '', 'heading_row_end' => '', 'heading_cell_start' => '', 'row_start' => '', 'row_end' => '', 'cell_start' => '', 'row_alt_start' => '', 'row_alt_end' => '', 'cell_alt_start' => '', 'table_close' => '
', 'heading_cell_end' => '
', 'cell_end' => '
', 'cell_alt_end' => '
' ); global $epl_messages; $epl_messages = array( 10 => 'Sorry but something must have gone wrong.', 20 => 'You have not selected an event to register for.', ); global $cal_template1, $cal_template2; $prefs['template'] = ' {table_open}{/table_open} {heading_row_start}{/heading_row_start} {heading_previous_cell}{/heading_previous_cell} {heading_title_cell}{/heading_title_cell} {heading_next_cell}{/heading_next_cell} {heading_row_end}{/heading_row_end} {week_day_cell}{/week_day_cell} {cal_cell_content}
{day}
{/cal_cell_content} {cal_cell_content_today}
{day}
{/cal_cell_content_today} {cal_cell_no_content}
{day}
{/cal_cell_no_content} {cal_cell_no_content_today}
{/cal_cell_no_content_today} ';
<<{heading}>>
{week_day}