From 44f8f2606af72f1affeb62a27a7620d01a612881 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 6 Mar 2009 11:35:12 +0000
Subject: [PATCH] hide language bar and add header again

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1380 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldapstatus/templates/ldapsinglehost.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/ldapstatus/templates/ldapsinglehost.php b/modules/ldapstatus/templates/ldapsinglehost.php
index b533ab43d..4dc3f46cc 100644
--- a/modules/ldapstatus/templates/ldapsinglehost.php
+++ b/modules/ldapstatus/templates/ldapsinglehost.php
@@ -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>
-- 
GitLab