header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3: Code changes for PNG images (feature #458895)

This commit is contained in:
Robin Johnson
2003-01-23 06:19:41 +00:00
parent 097f8de1f7
commit a16bacea19
5 changed files with 18 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ body {
color: #000000;
<?php
if ($GLOBALS['cfg']['RightBgImage'] == '') {
echo ' background-image: url(\'./images/vertical_line.gif\');' . "\n"
echo ' background-image: url(\'./images/vertical_line.png\');' . "\n"
. ' background-repeat: repeat-y;' . "\n";
} else {
echo ' background-image: url(\'' . $GLOBALS['cfg']['RightBgImage'] . '\');' . "\n";