3
1
Back

A flat but not necessary for old fogeys like me to get what game it's about $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Jesus & Mo 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']//img", $article); } // Camp Weedonwantcha elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { //also append the blarg post because that's small, interesting, } //and sometimes necessary.

New Pull Request