コード例 #1
0
ファイル: Tpl.function.php プロジェクト: hetao29/slightphp
function tpl_function_include($tpl)
{
    return \SlightPHP\Tpl::fetch($tpl);
}