Exemple #1
0
 function init($args = array())
 {
     trigger_error('The Event Slot Registration module is deprecated -- its functionality is now native to the standard events module. Please update your page types to use the standard events module.');
     parent::init($args);
 }
 function init($args = array())
 {
     trigger_error('The events_schedule module is deprecated and will go away in future versions of Reason. Use the events module with "list_markup" => "minisite_templates/modules/events_markup/schedule/schedule_events_list.php", "list_item_markup" => "minisite_templates/modules/events_markup/schedule/schedule_events_list_item.php" in the page type instead.');
     parent::init($args);
 }
	function init( $args = array() ) // {{{
	{
		parent::init( $args );
		$this->find_events_page();
		
	} // }}}