wrong url

This commit is contained in:
Marc Delisle
2003-03-31 20:36:32 +00:00
parent 101ee38649
commit b682cd78fa

View File

@@ -124,7 +124,8 @@ body {
color: #000000;
<?php
if ($GLOBALS['cfg']['RightBgImage'] == '') {
echo ' background-image: url(\'./images/vertical_line.png\');' . "\n"
// calls from a css file are relative to itself, so use ../images
echo ' background-image: url(\'../images/vertical_line.png\');' . "\n"
. ' background-repeat: repeat-y;' . "\n";
} else {
echo ' background-image: url(\'' . $GLOBALS['cfg']['RightBgImage'] . '\');' . "\n";