template
Posted: Sun Mar 19, 2006 8:00 am
hi
my problem is this code
give me this message i know it from std.tpl but i donot anything about it
Template file /template/footer.php not found.
how i finish it urgent?

my problem is this code
Code: Select all
function Page($template = 'std.tpl') {
if (file_exists($template))
$this->page = join('', file($template));
else
die("Template file $template not found.");
}Template file /template/footer.php not found.
how i finish it urgent?