Hi,
ich nutze Smarty und habe folgendes Problem:
In dem Ordner "templates" habe ich einen Unterordner "test", in dem wiederum eine Templatedatei "foo.tpl" ist. Aber wie füge ich die Datei nur in die Funktion display() ein?
So gehts bei mir jedenfalls nicht:
$smarty->display('test/foo.tpl'
;
Warning: Smarty error: unable to read resource: "test/foo.tpl" in [...]\smarty\libs\Smarty.class.php on line 1095
Kann mir jemand helfen?