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