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

div with id consent is already in header.php

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1070 44740490-163a-0410-bde0-09ae8108e29a
parent 401c2b88
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,6 @@ $(document).ready(function() {
$this->includeAtTemplateBase('includes/header.php');
?>
<div id="content">
<p>
<?php echo $this->t('{consent:consent_accept}', array(
......@@ -205,4 +204,4 @@ foreach ($this->data['noData'] as $name => $value) {
<?php
$this->includeAtTemplateBase('includes/footer.php');
?>
\ No newline at end of file
?>
......@@ -5,8 +5,6 @@
?>
<div id="content">
<h2><?php echo($this->data['header']); ?></h2>
<p><?php echo($this->t('{consent:noconsent_text}')); ?></p>
......@@ -18,4 +16,4 @@
}
?>
<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
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