コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/** Get Smarty compiled file for the specified template filename.
 * * @param $template_file Template filename for which the compiled file has to be returned.
 * * @return Compiled file for the specified template file.
 * */
function get_smarty_compiled_file($template_file, $path = null)
{
    return Vtiger_Deprecated::getSmartyCompiledTemplateFile($template_file, $path);
}