3
1
Back

Just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "
$orig_content
"; } // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // Cyanide & Happiness elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // CTRL+ALT+DEL Sillies elseif.

New Pull Request