Hi there,
I have a custom page in my vB and I want to add meta keywords depending on what I'm
outputting. I tried doing stuff like
$vb->options/$vboptions['keywords'] .= ', new keyword'; before I fetched any templates or did any output, but the keywords won't be
added, so it seems the headerinclude template already gets parsed when I just include
global.php
Any way to get around this? Thanks