$attr) { echo $key . '="' . $attr . '" '; } echo '> '; if ($icon) { echo ''; if ($content) { echo $content; } echo ''; } if ($text) { echo '' . $text . ''; } if ($click) { echo ''; } else { echo ''; } }