From 11a48d4f44f356837cd9b4c88f602d9c08acf925 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 13 Jan 2010 19:26:25 +0000 Subject: [PATCH] removed frames --- lam/templates/account/edit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lam/templates/account/edit.php b/lam/templates/account/edit.php index cb647830..2c19d467 100644 --- a/lam/templates/account/edit.php +++ b/lam/templates/account/edit.php @@ -64,10 +64,7 @@ if (isset($_GET['DN'])) { $_SESSION['account'] = new accountContainer($type, 'account'); $result = $_SESSION['account']->load_account($DN); if (sizeof($result) > 0) { - echo $_SESSION['header']; - echo "\n"; - echo "\n"; - echo "\n"; + include '../main_header.php'; for ($i=0; $i