title = $new_title; $this->url = $new_url; //$this->crumb_url = $new_url; } public function url($query=null) { //return $crumb_url; //print $this->url; //return "http://the.url/"; return $this->url; } public function parent() { return $crumb_parent; } public function is_album() { return false; } public function is_photo() { return false; } }