function _compile_config($variable)
 {
     if (!function_exists('compile_compile_config')) {
         require_once TEMPLATE_LITE_DIR . "internal/compile.compile_config.php";
     }
     return compile_compile_config($variable, $this);
 }
Example #2
0
 function _compile_config($variable)
 {
     if (!function_exists('compile_compile_config')) {
         require_once "compile.compile_config.php";
     }
     return compile_compile_config($variable, $this);
 }