コード例 #1
0
ファイル: shortcuts.php プロジェクト: nolka/k5
function renderTemplate($template, $data)
{
    return CommonUtils::RenderToHtml($template, $data);
}