PDA

View Full Version : help displaying variables


mtheory
06-03-2002, 09:59 PM
I am trying to insert {welcometext} in the header template, but it does not parse. I am sure it is just a matter of putting some php in index.php or another file, perhaps you could help me out?

scsa20
06-04-2002, 02:50 AM
you can try adding on a replacement with the code to find is {welcometext} and put in for what you want to replace with is the text that you want....

mtheory
06-04-2002, 07:02 PM
that didn't work, and the code is $welcometext (i got it wrong in the first post) i am sure it is just a matter of moving a bit of php, im just not sure what...

scsa20
06-04-2002, 08:23 PM
oh, that, put in the following in the phpinclude template


$welcometext="whatever"


then put $welcometext where you want.