template(); $inc->chat(); if (isset($_GET['admin'])) { $GLOBALS['template']->assign('admin', 'true'); } else { $GLOBALS['template']->assign('admin', 'false'); } $GLOBALS['template']->assign('onload', ''); $GLOBALS['chat']->assign(addslashes($_GET['chatid'])); // Display the output $GLOBALS['template']->display('chat_type.tpl'); // do events that need to be done at the end of the file $inc->finished(); ?>