3
1
Back

{ strpos($article["title"], "Comic:") !== FALSE) { // Dilbert elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // CTRL+ALT+DEL Sillies // CTRL+ALT+DEL // CTRL+ALT+DEL elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath .

New Pull Request