Labels Milestones
Back'/comics/') and @class='comic_image']", $article); } // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); } // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $xpath = new DOMDocument(); // replace the