params['class'] . '" '; if ( $this -> params['style'] ) $out .= 'style="' . $this -> params['style'] . '" '; if ( $this -> params['js'] ) $out .= 'onclick="' . htmlspecialchars( $this -> params['js'] ) . '" '; if ( $this -> params['url'] ) $out .= 'href="' . htmlspecialchars( $this -> params['url'] ) . '" '; if ( $this -> params['id'] ) $out .= 'id="' . $this -> params['id'] . '" '; if ( $this -> params['title'] ) $out .= 'title="' . htmlspecialchars( $this -> params['title'] ) . '" '; $out .= '>'; if ( $this -> params['icon'] ) $out .= ''; $out .= $this -> params['text']; $out .= ''; echo $out;