*/ class Rex_Feed_Template_Deltaprojects extends Rex_Feed_Abstract_Template { protected function init_atts(){ $this->attributes = array( 'Required Information' => array( 'id' => 'id', ), 'Additional Information' => array( 'availability' => 'Availability', 'condition' => 'Condition', 'description' => 'Description', 'extras' => 'Extras', 'image' => 'Image', 'price' => 'Price', 'title' => 'Title', 'url' => 'URL', ), ); } protected function init_default_template_mappings(){ $this->template_mappings = array( array( 'attr' => 'id', 'type' => 'meta', 'meta_key' => 'id', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'title', 'type' => 'meta', 'meta_key' => 'title', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), ); } }