I put this code
$params["title"] = "Forum_Generale_chat";
But the title doesnt seam to change
Did i do anything wrong?
Heres my whole params list:
$params = array();
$params["theme"]= "zilveer" ;
$params['frozen_nick'] = true;
$params['admins'] = array('Forum' => 'Heyyou');
$params["title"] = "Forum_Generale_chat";
$params['openlinknewwindow'] = true;
$params["nick"] = "guest".rand(1,1000); // setup the intitial nickname
$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
//$params["debug"] = true;
$chat = new phpFreeChat( $params );
Can you tell me if anything is wrong
Thanks for helping