Skip to content
Snippets Groups Projects
Commit e89cd8bf authored by Anders Lund's avatar Anders Lund
Browse files

Use header and footer from include.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@645 44740490-163a-0410-bde0-09ae8108e29a
parent c328fe72
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <?php
<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>
<body> $this->data['header'] = $this->t($this->data['header']);
<div id="borderframe">
<!-- <img src="/simplesaml/resources/uninett.png" alt="UNINETT" /> --> $this->includeAtTemplateBase('includes/header.php');
?>
<?php if (isset($this->data['error'])) { ?> <?php if (isset($this->data['error'])) { ?>
<div id="errorframe"> <div id="errorframe">
...@@ -106,6 +102,5 @@ ...@@ -106,6 +102,5 @@
</div> </div>
<?php } ?> <?php } ?>
</div> <?php $this->includeAtTemplateBase('includes/footer.php'); ?>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment