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