if (THIS_SCRIPT == 'index'){ $globaltemplates = array_merge($globaltemplates, array('silly_newbie_template')); }
if (THIS_SCRIPT == 'index') { $globaltemplates[] = 'silly_newbie_template'; }