Kod
<?php
$template->set_filenames(array(
'body' => 'overall_header.tpl')
);
$template->set_filenames(array(
'body' => 'index_body.tpl')
);
$template->set_filenames(array(
'body' => 'overall_footer.tpl')
);
?>
$template->set_filenames(array(
'body' => 'overall_header.tpl')
);
$template->set_filenames(array(
'body' => 'index_body.tpl')
);
$template->set_filenames(array(
'body' => 'overall_footer.tpl')
);
?>
pomoże mi ktoś to zrobić?
mam nadzieje ze napisałem wszystko jasno i wyraźnie.