Hi,
By default, LoadTemplate() is replacing the current loaded template.
Bu you can use :
$tmpl->LoadTemplate($tplpath . 'mypc_footer.html', '+');
|
This will add the sub-template after the loaded template.
You can also use sub-template as an external file. See sub-template in the manual.