3
1
Back

(strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // And get blog entry $entries = $xpath->query($query); $result_html = ''; foreach ($entries as $entry) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath.

New Pull Request