removed the leftlight.php3 file, and put all the code in left.php3: it

should be cleaner and "nicer" this way.
This commit is contained in:
Olivier Müller
2002-01-18 14:03:30 +00:00
parent 22677ce55b
commit 9e76587ab9
7 changed files with 93 additions and 364 deletions

View File

@@ -28,14 +28,6 @@ if (empty($HTTP_HOST)) {
}
}
// Select the file to be displayed
if ($cfgLeftFrameLight) {
$leftFrame = "leftlight.php3";
} else {
$leftFrame = "left.php3";
}
/**
* Defines the frameset
@@ -58,7 +50,7 @@ body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $fo
</head>
<frameset cols="<?php echo $cfgLeftWidth; ?>,*" rows="*">
<frame src="<?php echo $leftFrame; ?>?<?php echo $url_query; ?>" name="nav" frameborder="1" />
<frame src="left.php3?<?php echo $url_query; ?>" name="nav" frameborder="1" />
<frame src="<?php echo (empty($db)) ? 'main.php3' : 'db_details.php3'; ?>?<?php echo $url_query; ?>" name="phpmain" />
<noframes>