nieuws: cover images in article html
[minimedit.git] / nieuws / index.php
index 374b9b0db8168399128b3f776a811daabe7c57db..316a16e6e4ebe10a8013ef3fb9907e267703b9bb 100644 (file)
@@ -6,7 +6,12 @@ $replyform = $Page == 'melding' && !empty($User);
 
 if ($page and !is_numeric($page)) {
        $edit = !empty($User['admin']) ? htmlspecialchars(@$_GET['edit']) : NULL;
-       print shownewsarticle($Page.$Args, FALSE, $edit);
+       $article = new ArchiveArticle("$Page$Args.html");
+       $Place[1] = ' <small class="date">'.$article->date.'</small>';
+       print preg_replace('{(?<=<h2>)(.*?)(?=</h2>)}', ($edit ?: '\1').' [[1]]', ob_get_clean());
+       if ($article->image) {
+               $Place['image'] = "https://lijtweg.nl/".$article->thumb('600x');
+       }
 
        if ($replyform) {
                print '<h3>Reacties</h3>'."\n";