Hi, im having a few problems. Ive had my site designed and the designer had said to me he had done it in a way when the header or footer is changed it would effect all pages. now after playing around and changing some stuff my self i have found out that this link shows the header
<?
require("includes/config.php");
fnHeader();
?>
how can i edit the header so it appears on all pages. becuase ive removed that line from the homepage and now have inserted the whole header code. but this only changed the home page. I just want to remove some txt and replace it with a gif image, so please some if you know how i can do that i would really appreciate it. I have been trying to get in contact with the orginal designer but his not answer or replying not sure whats happend.
if you see page http://www.aussiepages.com.au/example1.php and then example http://www.aussiepages.com.au/example2.php
example1 contains the fnHeader and example 2 doesnt. I want my pages too look like example 2
I cant manually change everypage especially pages that are coded in away that read password, change passwords, result.php which has the results.php?CID=47 changing results.php would stuff things up big time.
ive already stuffed up a few pages by changing it manually and now i need to get them fixed up and re coded.
thanks everyone for your help.
|