3
1
Back

60mm slider - 7mm, +4mm extra - thunkicons - 8.9mm, +3.5mm, make sure that they, too, receive or can get the blog //also get blog entry $article['content'] .= "

" . $entry->textContent . "

"; } } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Poly In Pictures elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Joy of Tech } // Questionable Content (cleanup elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { Clean up code formatting; added a few comics; standardized appending alt/title text.

New Pull Request