X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/1abb286e88defee799e43cdd296914f74f722bde..76e9012a55abbbe190c2c97d25a17ec87426e687:/login/index.php diff --git a/login/index.php b/login/index.php index 978709e..fc721b1 100644 --- a/login/index.php +++ b/login/index.php @@ -39,13 +39,13 @@ if (empty($User)) { ob_clean(); require_once 'login/form.inc.php'; $Place['warn'] = $message; - $Place['title'] = 'Inloggen'; + $Article->title = 'Inloggen'; if (isset($_REQUEST['goto'])) { $target = ltrim($_REQUEST['goto'], '/'); $target = new ArchiveArticle("$target.html"); if ($target->file) { if ($target->title) { - $Place['title'] .= ' voor ' . $target->title; + $Article->title .= ' voor ' . $target->title; } } }