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:
10
index.php3
10
index.php3
@@ -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>
|
||||
|
Reference in New Issue
Block a user