3
1
Back

} // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get the blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "

"; } } foreach($imgs as $img){ $article['content'] .= "

" .

New Pull Request