<?php $app = require '../app/inc.php'; $app->view('template/header', ["title" => "Bekreft avlogging"]); $app->view('confirm_logout'); $app->view('template/footer');