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

This div not needed. In included header

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1214 44740490-163a-0410-bde0-09ae8108e29a
parent 3dbec201
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
$this->data['header'] = 'LDAP status page'; $this->data['header'] = 'LDAP status page';
$this->includeAtTemplateBase('includes/header.php'); $this->includeAtTemplateBase('includes/header.php');
?> ?>
<div id="content">
<h2>LDAP test</h2> <h2>LDAP test</h2>
...@@ -72,4 +70,4 @@ foreach($this->data['sortedOrgIndex'] as $orgkey) { ...@@ -72,4 +70,4 @@ foreach($this->data['sortedOrgIndex'] as $orgkey) {
} }
?> ?>
</table> </table>
<?php $this->includeAtTemplateBase('includes/footer.php'); ?> <?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
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