/**
  * display list
  *
  * @return void
  * @author Dan Chadwick
  */
 public function index()
 {
     $tag = array('for:steamshift', 'tutorials', 'php');
     $client_id = null;
     //(this is set in config if you only have one list)
     //	$this->template = new View('delicious_list');
     $this->template->delicious_feed = Delicious::factory()->get_user_posts('chadanuk', $tag, 2);
 }