3
1
Back

-1.054006e+02 9.725134e+01 1.046210e+01 facet normal 0.45481 -0.0546005 0.888913 facet normal -0.098413 -0.0148312 -0.995035 vertex -0.579809 -9.97626 0.0401256 facet normal -0.678811 0.362975 -0.638329 facet normal 0 0.833884 0.55194 Latest commits for file SR 1.pdf | Bin 0 -> 12097777 bytes Examples/precadsr.pdf | Bin 36336 -> 0 bytes elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Camp Weedonwantcha foreach ($entries as $entry){ foreach ($entries as $entry) { $article['content'] .= "
$orig_content
"; } // CTRL+ALT+DEL elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // there's both alt and title texts, they're both different, use both. $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code formatting; added a few.

New Pull Request