1 (edited by addicted68098 2006-01-11 03:43)

Topic: Using Include Function to show a specail header in header.php

the problem is it is appering above the head, so does anyone know of a cheap fix for this, i put in the spot i need it to go, but it just doesn't work. I can't figure out how to display this file, it works and everything. It is just above the head, and there for it works in almost no browsers.

I used this
include("header2.php");
and that is where all my problems come from

there is probably something simular to the banner at the bottom. i just can't figure it out
thank for the help,

Main
Forums
Future

Re: Using Include Function to show a specail header in header.php

you can add the include into the tpl file by useing <pun_include "header.php">

just upload your file to "include/user/"

Re: Using Include Function to show a specail header in header.php

Gizzmo wrote:

you can add the include into the tpl file by useing <pun_include "header.php">

just upload your file to "include/user/"

that takes, the fun out of everything, thanks i saw it in the documantation, and always thought that tpl was some kindof image formant, and that didn't make much sense

Main
Forums
Future