nieuws: cover images in article html
[minimedit.git] / nieuws / index.php
index 8a613c2591f57531c594bd28a13ebd2f6d69712e..316a16e6e4ebe10a8013ef3fb9907e267703b9bb 100644 (file)
@@ -11,7 +11,6 @@ if ($page and !is_numeric($page)) {
        print preg_replace('{(?<=<h2>)(.*?)(?=</h2>)}', ($edit ?: '\1').' [[1]]', ob_get_clean());
        if ($article->image) {
                $Place['image'] = "https://lijtweg.nl/".$article->thumb('600x');
-               printf('<p><img src="/%s" /></p>'."\n", $article->thumb('640x'));
        }
 
        if ($replyform) {