Skip to content
Snippets Groups Projects
Commit 44f8f260 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

hide language bar and add header again

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1380 44740490-163a-0410-bde0-09ae8108e29a
parent b8dd4ed7
No related branches found
No related tags found
No related merge requests found
......@@ -35,13 +35,16 @@ $(document).ready(function() {
</script>';
$this->data['jquery'] = array('version' => '1.6','core' => TRUE, 'ui' => TRUE, 'css' => TRUE);
$this->data['hideLanguageBar'] = TRUE;
$this->includeAtTemplateBase('includes/header.php');
?>
<?php
echo('<h2>LDAP status for ' . $this->getTranslation($this->data['org']['description']) . '</h2>');
?>
<p style="text-align: right; margin-bottom: 1em;">[ <a href="?">return to list of all organizations</a> ]</p>
......
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