QUOTE(no2pencil @ 22 Mar, 2008 - 08:14 PM)

1.) Can you verify that Globals is set, & contains the expected value?
2.) Try adding a semi-colon to the end of your echo statement.
CODE
<td id="header" style="width:750px; height:50px; background-image:url(
<?php
if($GLOBALS[mosConfig_live_site] != "") { // replace with expected value...
echo $GLOBALS[mosConfig_live_site]."/templates/".$GLOBALS[cur_template]."/images/header.png";
}
else {
echo "Global values is set to ".$GLOBALS[mosConfig_live_site];
}
?>
); background-repeat: no-repeat; width: 750px; height: 50px;">
It's set, do you think the spaces in the template name could be it? This is reallly odd, Its the same code I use on every template I build practically, the only thing that changes is the body, but the joomla stuff is all the same....