header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3: Code changes for PNG images (feature #458895)
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user