3
1
Back

If (GDORN_DEBUG && $article['debugging']) { foreach ($article['debug'] as $msg) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Berkeley Mews elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // XKCD (alt tags we don't need to call out for) // Dead Philosophers elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } achewood, gwss fix, fix for when invisiblebread.