Labels Milestones
Back$this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); // And get blog entry $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // replace the