Exemplo n.º 1
0
 function _fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars)
 {
     if (!function_exists("template_fetch_compile_include")) {
         require_once TEMPLATE_LITE_DIR . "internal/template.fetch_compile_include.php";
     }
     return template_fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars, $this);
 }
Exemplo n.º 2
0
 function _fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars)
 {
     $this->internal('template_fetch_compile_include');
     return template_fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars, $this);
 }