1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

whoops, just the sidebar should have a different bgcolor

This commit is contained in:
jim winstead
2001-03-06 21:30:50 +00:00
parent 575dc2329b
commit 61a5b99866

View File

@@ -240,10 +240,10 @@ function commonHeader($title="",$dont_enclose=0) {
$enclosed = 1;
?>
<table width="150" height="100%" bgcolor="#f0f0f0" align="left" cellpadding="0" cellspacing="0">
<table width="150" height="100%" align="left" cellpadding="0" cellspacing="0">
<tr valign="top">
<?php if (isset($SIDEBAR_DATA)):?>
<td>
<td bgcolor="#f0f0f0">
<table width="149" align="left" cellpadding="4" cellspacing="0">
<tr valign="top">
<td><?php echo $SIDEBAR_DATA?></td>