3
1
Back

= $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // Three Panel Soul * Scenes From A Multiverse (to get alt tags) // Scenes From A Multiverse (to get alt tag) // Achewood (alt tag) elseif.

New Pull Request