X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/3080864c4cd697bd083f9fd0315f0ffababd593d..1f8560a20d5d1aa8886688bd7553b8a8fd704fff:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 8a613c2..4da5a8b 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -11,57 +11,10 @@ if ($page and !is_numeric($page)) { print preg_replace('{(?<=

)(.*?)(?=

)}', ($edit ?: '\1').' [[1]]', ob_get_clean()); if ($article->image) { $Place['image'] = "https://lijtweg.nl/".$article->thumb('600x'); - printf('

'."\n", $article->thumb('640x')); } - if ($replyform) { - print '

Reacties

'."\n"; - $pagelink = $Page.$Args; - - if ($_POST) { - try { - @mkdir($pagelink); - $target = $pagelink.'/'.date('YmdHis').':'.$User['name'].'.txt'; - $written = file_put_contents($target, $_POST['reply']); - if ($written === FALSE) { - throw new Exception('Fout bij opslaan'); - } - $_POST['reply'] = NULL; - } - catch (Exception $e) { - print '

Antwoord niet opgeslagen.

'."\n\n"; - } - } - - print '\n\n"; + print placeholder_include('nieuws/replies'); } - return 1; } @@ -86,6 +39,13 @@ if ($year) { return 1; } +$html = ob_get_clean(); +printf(''."\n", + "/$Page/feed", + ' rel="alternate" title="Atom feed van nieuwsberichten" type="application/atom+xml"' +); +print $html; + print '
'."\n\n"; foreach (array_reverse(glob("$Page/2???")) as $page) {