3
1
Back

// And get blog elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // Pain Train (to get.

New Pull Request