Labels Milestones
Back"Bonus comic:" . $aftercomic . "
"; } } // Camp Weedonwantcha elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Pain Train (to get alt tags) // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = new DOMDocument(); // replace the