X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/1cadd986fbe9e55be1754bb4f2119628eff22130..c2423a9cb3aed7e9f299d2a6c46967157061f63c:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 746baec..d56758e 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -11,6 +11,7 @@ if (!empty($User['admin'])) { if ($page and !is_numeric($page)) { $edit = !empty($User['admin']) ? htmlspecialchars(@$_GET['edit']) : NULL; $article = new ArchiveArticle("$Page$Args.html"); + $Place['title'] = $article->title; $Place[1] = ' '.$article->date.''; print preg_replace('{(?<=

)(.*?)(?=

)}', ($edit ?: '\1').' [[1]]', ob_get_clean()); if ($article->file and $article->image) {