3
1
Back

// Dilbert elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // Dead Philosophers elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } // CTRL+ALT+DEL elseif.

New Pull Request