git-svn-id: http://xe-core.googlecode.com/svn/trunk@1557 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-07 01:14:50 +00:00
parent a244b81a6d
commit 80aa357a97

View file

@ -217,33 +217,7 @@
$filename = array_pop($tmp_arr);
$path = implode('/', $tmp_arr).'/';
// 원본 파일을 읽음
$include_buff = FileHandler::readFile($source_filename);
// include 시도
/*
$output = sprintf(
'<?php%s'.
'if(filectime("%s")<%d) { %s ?>'.
'%s%s'.
'<?php } else { '.
'$oTemplate = &TemplateHandler::getInstance();%s'.
'print $oTemplate->compile(\'%s\',\'%s\');%s'.
' } ?>%s',
"\n",
$source_filename, time(), "\n",
$include_buff, "\n",
"\n",
$path, $filename, "\n",
"\n"
);
*/
$output = sprintf(
'<?php%s'.
'$oTemplate = &TemplateHandler::getInstance();%s'.