started to work on the "LeftLight" concept (cf. Changelog)

This commit is contained in:
Olivier Müller
2002-01-11 15:59:32 +00:00
parent 965a949d8a
commit f2567b035f
8 changed files with 380 additions and 4 deletions

View File

@@ -25,11 +25,20 @@ if (isset($message)) {
}
else if (isset($reload) && $reload) {
// Reloads the navigation frame via JavaScript if required
// Select the file to be displayed
if ($cfgLeftFrameLight) {
$leftFrame = "leftlight.php3";
} else {
$leftFrame = "left.php3";
}
echo "\n";
?>
<script type="text/javascript" language="javascript1.2">
<!--
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>');
window.parent.frames['nav'].location.replace('./<?php echo $leftFrame; ?>?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>');
//-->
</script>
<?php