コード例 #1
0
function savant()
{
    global $content, $sitename;
    include_once 'Savant3.php';
    $tpl = new Savant3();
    $tpl->setEscape();
    $tpl->title = $sitename;
    $tpl->content = $content;
    $tpl->display('index.tpl.php');
}