Boofo
05-14-2010, 01:17 AM
Can anyone please tell me what has changed between vb 3 and vb 4 that makes this not work any longer?
if(THIS_SCRIPT == 'index')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('wol_spiders'));
}
Doesn't specialtemplates work there any more?
if(THIS_SCRIPT == 'index')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('wol_spiders'));
}
Doesn't specialtemplates work there any more?