Posted by George Pitcher on 10/18/74 11:15
Hi,
I've now built several applications using Smarty. Having just launced our
main customer interface yesterday, I'm now concentrating on the staff
interface. This was working yesterday and after doing some mods last night
and reloading them onto my server this morning, I'm having a problem with
some of them loading.
For example, on one page I do the following:
$smarty->display('header.tpl');
$smarty->display('header_links.tpl');
$smarty->display('copynav.tpl');
$smarty->display('copyactblock.tpl');
$smarty->display('copyright_r.tpl');
Now the first four will load but not the last one, which just happens to be
the main page.
I've tried emptying the templatec_c folder but that doesn't help at all.
Can anyone suggest a solution?
MTIA
George in Oxford
[Back to original message]
|