isLogin()){ header('Location: ' . BASEURL); } $template = new Template('login'); $template->prepare('baseDir', BASEDIR); $template->prepare('baseUrl', BASEURL); $template->prepare('title', 'Home'); $template->render(); } }