_parse_attrs($tag_attrs)); $alt = 'alt=""'; if (isset($title)) { $title = pl_entities(trim($title, '\'"'), ENT_QUOTES); $alt = 'alt="'.$title.'"'; $title = 'title="'. $title.'" '; } $name = pl_entities(trim($name, '\'"'), ENT_QUOTES); $name = "images/icons/$name.gif"; if (isset($full) && $full) { global $globals; $name = $globals->baseurl . '/' . $name; } return "?>