Forum Moderators: coopster
if ($_SERVER['PHP_SELF']!='/index.php')
{
$session->get('ssat')==0)
{
$template->data('scriptpopup2');
echo "<script type='text/javascript'>";
echo "setTimeout(\"window.open('/arsenal/modules/chat/chat.php','','left=100,top:300,width=400,height=200')\",5000);";
echo "</script>";
if ($_SERVER['PHP_SELF']!='/index.php')
{$session->set('ssat','1');
}
$template->data();
}
}