3
1
Back

// Wondermark (alt tag elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Something Positive elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $article['content'] = $img_tag . $article['content']; } // Girls with Slingshots * Three Panel Soul elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { elseif (strpos($article['link.

New Pull Request