Labels Milestones
BackTasks // ====================================================================== knob(); // Entry point of the Stick // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "
"; } } //Sites that provide images and just need alt tags foreach($imgs as $img){ if ($img->getAttribute('title')) { // replace the