General topics relating to phpBB3 to be posted in here.
GirlieGirl
Forum Member
Posts: 118 Joined: Fri May 30, 2008 4:06 am
Post
by GirlieGirl » Fri Jan 22, 2010 7:42 pm
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!
LDM
Site Admin
Posts: 1784 Joined: Thu May 29, 2008 6:51 pm
Post
by LDM » Fri Jan 22, 2010 7:44 pm
Hi GG,
Open overall_header.html and find </head>
Add the code before that.
GirlieGirl
Forum Member
Posts: 118 Joined: Fri May 30, 2008 4:06 am
Post
by GirlieGirl » Fri Jan 22, 2010 7:47 pm
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
Posts: 118 Joined: Fri May 30, 2008 4:06 am
Post
by GirlieGirl » Fri Jan 22, 2010 7:48 pm
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.