3
1
Back

_comics/init.php 489 lines Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $article['content'] = $img_tag . $article['content']; } // Scenes From A Multiverse (to get alt tags textified. $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Joy of Tech elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); // And get blog $entries = $xpath->query("//span[@class='rss-content']"); .

New Pull Request