Code: Select all
include('applications/test/test.php');
thanks
Code: Select all
include('applications/test/test.php');
tsw wrote: copy paste your php into user defined tag (remove ) then call that tag from your page or template.
or change config.php to allow smarty php tag (this isnt really supported but should work) and use {php} include('foo') {/php}
hope this helps