PDA

View Full Version : Replacing a template, where?


caislander
06-25-2004, 11:57 AM
I want to replace the use of our main header with another for the CMPS main page, we have created the second header and named it adv_portal_header but in what file is the $header fetched? and is it only in the files or is it also called in the templates if so any idea which one(s)

thanks for any assistance :)

Brian
06-25-2004, 12:10 PM
adv_portal is the template that the $header variable is in. Instead of creating a new template though you could just replace that $header variable with the code for your new header. ;)

Our Sponsors
 

caislander
06-25-2004, 12:32 PM
Brian,

replacing the $header with the new template name didn't work however replacing it with the code did work so problem solved I guess :)

Thanks