3
1
Back

_comics/init.php 478 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Something Positive elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Awkward Zombie.

New Pull Request