3
1
Back

Histories. // Achewood (alt tag already present elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); } // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { Clean up code formatting; added a few comics; standardized appending alt/title text Added The Trenches; yet more code style tweaking // The Trenches Latest commits for file Panels/FireballSpell.dxf 99b8f1493d Go to file 5e32fb4fc0 Change transistor.

New Pull Request