罪と罰++二律背反


<html>
<head>
<title>{$title}</title>
</head>
<body>
本文:{$honbun} 
</body>
</html>
require 'Smarty.class.php';
$tpl = new Smarty;

$title = "てすと";
$tpl->assign("title",$title);
$tpl->display("test.tpl");

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS