3
1
Back

_comics/init.php 382 lines elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Poorly Drawn Lines // Berkeley Mews elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } .

New Pull Request