예제 #1
0
파일: shortcuts.php 프로젝트: nolka/k5
function renderTemplate($template, $data)
{
    return CommonUtils::RenderToHtml($template, $data);
}