assign('msg',tra("This feature is disabled")); $smarty->display("styles/$style_base/error.tpl"); die; } if(!$lslib->operators_online()) { header("location: tiki-live_support_message.php"); die; } $smarty->assign('senderId',md5(uniqid('.'))); if($user) { $smarty->assign('user_email',$tikilib->get_user_email($user)); } // Display the template $smarty->display("tiki-live_support_client.tpl"); ?>