3
1
Back

$xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // Timothy Winchester (People I Know) // Timothy Winchester (People I Know) $article['content'] .

New Pull Request