3
1
Back

$doc->createElement("img"); $article['content'] = $img_tag . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; } } // } elseif ($alt_text == $title_text){ .

New Pull Request