3
1
Back

Lines // Berkeley Mews // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // Camp Weedonwantcha elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); $alt_text = trim($entry->getAttribute('title')); $result_html .= "
Alt: " . $article['id']; } return $article; } function hook_render_article_cdm($article) { return $this->mangle_article($article); } function get_xpath_dealie($link) { } //Sites that provide images and just need alt tags textified. } //Sites that provide images and just need alt tags.

New Pull Request