3
1
Back

A1M *** The first two groups should be enclosed in the post that we want if (GDORN_DEBUG && $article['debugging']) { foreach ($imgs as $img) { if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } } // Jesus & Mo elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { Clean up code formatting; added a few comics; standardized.

New Pull Request