3
1
Back

Fix for when invisible bread has no bread elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // Penny Arcade if(preg_match("@.*()@", $article['content'], $matches)){ // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] = $img_tag . $article['content']; } // CTRL+ALT+DEL elseif (strpos($article['link'], 'cad-comic.com/sillies/') .

New Pull Request