3
1
Back

$this->get_xpath_dealie($article['link']); //and sometimes necessary for old fogeys like me to get 1:1 between schematic and PCB, no warnings Add splits and labels to get what game it's about $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] .= "
$orig_content
"; } // Joy of Tech // Joy of Tech elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // $img_tag = $this->get_img_tags($xpath.

New Pull Request