if (THIS_SCRIPT == "index") { global $globaltemplates; if ($vbulletin->$options[option] == "1") { $globaltemplates = array_merge($globaltemplates, array('template')); } if ($vbulletin->$options[option] == "0") { $globaltemplates = array_merge($globaltemplates, array('second_template')); } }