PHP に How freichat チャット スクリプトがあり、テンプレート エンジン (View) として smarty を使用して、カスタム php ベースのサイトと統合したいと考えています。そのスクリプトを smarty テンプレートに配置して機能させるにはどうすればよいですか?
これがそのコードです...
<script type="text/javascript" language="javascipt"
src="http://server/freichat/client/main.php?id=<?php echo $ses;?>&xhash=<?php echo freichatx_get_hash($ses); ?>">
</script>
<link rel="stylesheet"
href="http://server/freichat/client/jquery/freichat_themes/freichatcss.php"
type="text/css">