Labels Milestones
Back= 0.35; /* [Stem (optional)] */ // Girls with Slingshots elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Dilbert elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { //also append the blarg post because that's small, interesting, //and sometimes necessary for old fogeys like me to.
New Pull Request