Monday 14 July 2003 12:51:13 am
Hi, now we have two threads with the same question. :-) Anyhow, PHP is not available in templates (seperation of code and layout). If you want to do something that the current template functions / operators do not support, you will have to write an extension. If it is a quick PHP call you want in your template, you might consider writing a template operater. In the Admin under Set-up there is a point called RAD. You can use this to write the operator. Check the docs on extensions (link I posted in the other thread), on how to do this. Karsten
|