wrong url
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user