3
1
Back

Panels/10_step_seq.png Latest commits for file Images/PXL_20210831_001017829.jpg Period: 1 day 08c0726655 Added BCN, Something Positive elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Wondermark (alt tag already present) elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') .

New Pull Request