removed frames
This commit is contained in:
parent
0c4fccead5
commit
11a48d4f44
|
@ -64,10 +64,7 @@ if (isset($_GET['DN'])) {
|
||||||
$_SESSION['account'] = new accountContainer($type, 'account');
|
$_SESSION['account'] = new accountContainer($type, 'account');
|
||||||
$result = $_SESSION['account']->load_account($DN);
|
$result = $_SESSION['account']->load_account($DN);
|
||||||
if (sizeof($result) > 0) {
|
if (sizeof($result) > 0) {
|
||||||
echo $_SESSION['header'];
|
include '../main_header.php';
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/type_" . $type . ".css\">\n";
|
|
||||||
echo "</head><body>\n";
|
|
||||||
for ($i=0; $i<sizeof($result); $i++) {
|
for ($i=0; $i<sizeof($result); $i++) {
|
||||||
call_user_func_array("StatusMessage", $result[$i]);
|
call_user_func_array("StatusMessage", $result[$i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue