|
In your header-inc.php after the line to fetch the navbar add this
$styleinclude = process_replacement_vars($styleinclude);
$headinclude = process_replacement_vars($headinclude);
$header = process_replacement_vars($header);
$navbar = process_replacement_vars($navbar);
As far as the zipcode file that error is telling you the file can not be found. Try placing the full path to it in the upgrade script
Chuck
|