3
1
Back

$img; if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } // Three Panel Soul // Three Panel Soul Size: 716 KiB After Width: Size: 14 KiB After Width: Size: 14 KiB After Width: From b0f8ee4ade80a73c60de825034f9535fe0b7d513 Mon.

New Pull Request