Where to put java?

General topics relating to phpBB3 to be posted in here.
Post Reply
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Where to put java?

Post by GirlieGirl »

I need to put a few lines of java 'in between the head or body section of your site'. Since this is .php exactly where should I put this?
Thank you! :)
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Where to put java?

Post by LDM »

Hi GG,

Open overall_header.html and find </head>

Add the code before that.
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Where to put java?

Post by GirlieGirl »

Dagnabit! You know, I was able to do this a few months ago, just by sheer luck I think. But totally forgot it would be in the overall_header and not in one of the theme files.
Thank you LDM!
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: Where to put java?

Post by GirlieGirl »

If this works I might want to use it in Wordpress too, any idea what file Id put it in there?
Thanks again.

EDIT: Nevermind, got it! I put it in the footer.php just before the /body.
Post Reply