From cce1d5fdc4f03f8cee38f07dc8088da91f42e905 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 4 Jul 2004 11:06:46 +0000 Subject: [PATCH] fixed wrong doctype --- lam-0.4/templates/main.php | 12 +++++++++++- lam/templates/main.php | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lam-0.4/templates/main.php b/lam-0.4/templates/main.php index 319ad4cd..91956a7d 100644 --- a/lam-0.4/templates/main.php +++ b/lam-0.4/templates/main.php @@ -51,7 +51,17 @@ if ($_SESSION['config']->is_samba3()) { $doms = $_SESSION['ldap']->search_domains($_SESSION['config']->get_domainSuffix()); } -echo $_SESSION['header']; +// get encoding +$lang = explode(":",$_SESSION['language']); +$lang = $lang[1]; + +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; echo ("LDAP Account Manager\n"); echo (""); echo ("\n"); diff --git a/lam/templates/main.php b/lam/templates/main.php index 95e10d49..88978071 100644 --- a/lam/templates/main.php +++ b/lam/templates/main.php @@ -53,7 +53,17 @@ if ($conf->get_DomainSuffix() && ($conf->get_DomainSuffix() != "")) { if (!$res && !in_array($conf->get_DomainSuffix(), $new_suffs)) $new_suffs[] = $conf->get_DomainSuffix(); } -echo $_SESSION['header']; +// get encoding +$lang = explode(":",$_SESSION['language']); +$lang = $lang[1]; + +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; echo ("LDAP Account Manager\n"); echo (""); echo ("\n");