3
1
Back

(strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] .= "
" . $msg . ""; } } } Clean up code formatting; added a few comics; standardized appending alt/title text //also get blog elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) .

New Pull Request