PDA

View Full Version : we can add dynamic page in template ?


iDaemon
09-30-2005, 02:16 PM
my site use dynamic place that use include function

so, we it doens't seem working in .tpl

how can i do? to add something like this in php link directory

include('/path/path/path/path/header.php');

WebDesignPoint
09-30-2005, 02:30 PM
Wrap in {php} {/php} smarty tags and see if it works.

Ap0s7le
09-30-2005, 02:56 PM
It's better to keep such tags out of the templates.

You can check over at Smarty, and I'm sure they'll agree.

Try
Content visible to registered users only.

If you have issues, I may have time later to take a look.

-Casey