Exemplo n.º 1
0
	protected function set_body_data()
	{
		$this->set_body('title', $this->get_title());
		$this->set_body('description', $this->get_description());
		
		parent::set_body_data();
	}
Exemplo n.º 2
0
	protected function set_body_data()
	{
		$this->set_body('title', "What's Jacob Up To?");
		$this->set_body('description', "A combination of Jacob Emerick's tweets, runs, reads, blogs, and YouTubes all in <em>one awesome lifestream</em>.");
		
		parent::set_body_data();
	}