THis is the code i'm asked to put in my template. Note, that i have it installed to the directory named freichat.
?php $session = JSession::getInstance("none",array()); $ses=$session->getId(); ?
script type="text/javascript" language="javascipt" src="http://mydomain.com/reichat/client/main.php?id=?php echo $ses;?"/script
link rel="stylesheet" href="http://mydomain.com/reichat/client/jquery/freichat_themes/freichatcss.php" type="text/css">
If i try to install it in a test directory imchat , the output becomes
mchat/client/main.php?id=
So the first letter in the directory name is getting chopped off.
THis is the code i'm asked to put in my template. Note, that i have it installed to the directory named freichat.
<code>
?php $session = JSession::getInstance("none",array()); $ses=$session->getId(); ?
script type="text/javascript" language="javascipt" src="http://mydomain.com/reichat/client/main.php?id=?php echo $ses;?"/script
link rel="stylesheet" href="http://mydomain.com/reichat/client/jquery/freichat_themes/freichatcss.php" type="text/css">
</code>
If i try to install it in a test directory imchat , the output becomes
mchat/client/main.php?id=
So the first letter in the directory name is getting chopped off.