Where can i find my head code?

Post

Posted
Rating:
#5135 (In Topic #1156)
Avatar
Standard member
Joey is in the usergroup ‘Honoured member’
Ola amigo's,

For Google i have to put some code between my head tags ( <head> )
I look, but can not find in wicht TPL i have to look ..


I found it. Global_html_wrap

:)

Last edit: by Joey

Online now: No Back to the top

Post

Posted
Rating:
Item has a rating of 5 (Liked by Chris GrahamLiked by Joey)
#5136
Joe
Avatar
Standard member
Joe is in the usergroup ‘Honoured member’
Items in the head are actually stored in HTML_HEAD.tpl.

GLOBAL_HTML_WRAP.tpl just shows the tags themselves, then includes HTML_HEAD.tpl within those tags. So everything in HTML_HEAD.tpl is actually inside the head tags.

You could put your code in either template, but for the sake of keeping things neat, I'd recommend putting it anywhere inside HTML_HEAD.tpl
Online now: No Back to the top

Post

Posted
Rating:
#5138
Avatar
Standard member
Joey is in the usergroup ‘Honoured member’
Thanks Joe
So if i need a code on every page, i have to put it in HTML_HEAD.tpl ?
Online now: No Back to the top

Post

Posted
Rating:
Item has a rating of 5 (Liked by Joey)
#5139
Joe
Avatar
Standard member
Joe is in the usergroup ‘Honoured member’

Joey said

Thanks Joe
So if i need a code on every page, i have to put it in HTML_HEAD.tpl ?

I recommend this, yes!
Online now: No Back to the top
1 guest and 0 members have just viewed this.
Back to Top