Stuart Wright
Well-known member
I want to use a conditional to put - or not put - some custom JS and style script in the head of a template.
I see that every example of the <xf:head tag has an option.
e.g.
Is the option actually used for anything?
Thanks
I see that every example of the <xf:head tag has an option.
e.g.
Code:
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>
Thanks