wrong url
This commit is contained in:
@@ -124,7 +124,8 @@ body {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
<?php
|
<?php
|
||||||
if ($GLOBALS['cfg']['RightBgImage'] == '') {
|
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";
|
. ' background-repeat: repeat-y;' . "\n";
|
||||||
} else {
|
} else {
|
||||||
echo ' background-image: url(\'' . $GLOBALS['cfg']['RightBgImage'] . '\');' . "\n";
|
echo ' background-image: url(\'' . $GLOBALS['cfg']['RightBgImage'] . '\');' . "\n";
|
||||||
|
Reference in New Issue
Block a user