3
1
Back

|| $alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ $text_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } 0 0 0 0 Dual VCA, based roughly on Moritz Klein's work, but with an eye towards doing it all in one module with inputs made for an e-drum.

New Pull Request