_index = $index; $this->_label = $label; $this->_uri = $uri; $this->_icon = $icon; $this->_color = $color; } function render() { $index=$this->_index; $xml = "_icon!=NULL) $xml.= " icon=\"".$this->_icon."\""; $xml .= ">\n"; $xml .= "_color!='') $xml.= " Color=\"".$this->_color."\""; $xml .=">".$this->_label."\n"; $xml .= "".$this->_uri."\n"; $xml .= "\n"; return($xml); } } ?>