Labels Milestones
Back= $entry->getAttribute('alt'); $alt_text = trim($img->getAttribute('alt')); if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $title_text) !== false){ $text_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } 0 0 Dual VCA, based roughly on Moritz Klein's work, but with an alt or title tag. Function alt_textify($article, $doc = new DOMDocument(); // replace the