PDA

View Full Version : Insert php


webvivre
11-30-2006, 04:50 PM
I would like to "Include" some php.

I think this is not possible in .tpl files

Any ideas please?

itramways
11-30-2006, 10:18 PM
Yes, it's possible in .tpl files :
{include_php file="your_file.php"}

Jean Christophe

Michael Hill
12-01-2006, 08:04 AM
Hello, webvivre!

Try insert as


<?php your code ?>