diff --git a/templates/default/login-feide.php b/templates/default/login-feide.php index 27164e97be56a8dc47ce81f1010d3453d0522026..1707b998a5833ad991cf18515df8a3d4ac8dc07e 100644 --- a/templates/default/login-feide.php +++ b/templates/default/login-feide.php @@ -1,14 +1,10 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - <title>Log in using Feide</title> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <!-- <link rel="stylesheet" type="text/css" href="/simplesaml/resources/feide-login.css"> --> -</head> +<?php -<body> - <div id="borderframe"> - <!-- <img src="/simplesaml/resources/uninett.png" alt="UNINETT" /> --> +$this->data['header'] = $this->t($this->data['header']); + +$this->includeAtTemplateBase('includes/header.php'); + +?> <?php if (isset($this->data['error'])) { ?> <div id="errorframe"> @@ -106,6 +102,5 @@ </div> <?php } ?> - </div> -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> +