06-21-2010, 04:01 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 107
Thanks: 3
|
My script's template system uses tpl files. In tpl files, you can only use $value. If you use include("file");
it would be bad because the included file contains appear at the very top of the page. I mean, how to include file instead of include("file.php");
is there anyway to include file with function or anything else ?
|
|
|