3
1
Back

From 84596d5a5ed3dcb31f8d011b430a2595f00d25a1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] More layout updates ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Drugs and Wires elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // $img_tag = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } drugs & wires, pilotside drugs & wires, pilotside elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE.

New Pull Request