Labels Milestones
BackBody takes up } module smoothing() { // Achewood (alt tag) elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } } if(ADD_IDS){ $article['content'] .= "
Alt: " . $article['id']; } return $article; } function get_img_tags($xpath.