Weird... I'm also using 4.1.3
Would it be okay to create a plugin that had just this part at global_start:
Code:
vB_Template::preRegister('header',array('criteriaDisplay' => $criteriaDisplay));
I actually have the Javascript in headinclude, if that makes any difference. So the plugin would be:
Code:
vB_Template::preRegister('headinclude',array('criteriaDisplay' => $criteriaDisplay));