Where can i find my head code?
Posted
#5135
(In Topic #1156)
Standard member

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
Posted

Standard member

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
Posted
Standard member

Posted

Standard member

Joey said
ThanksJoe
So if i need a code on every page, i have to put it in HTML_HEAD.tpl ?
From “Post #5,138”, 21st October 2018, 9:22 am
I recommend this, yes!
1 guest and 0 members have just viewed this.