PDA

View Full Version : How to put php code at footer.tpl


ndemi
09-20-2005, 02:59 PM
Hi,

I use Link Vault (http://www.link-vault.com/?ss=1701)
and I want to put php code of this system at footer.tpl...
Content visible to registered users only.

When I do it normally - there is problem with code on screen.
Please, help me.

thanks,
Ndemi

David
09-20-2005, 03:29 PM
try enclosing the code with smarty php tags like these
{php}{/php}
instead of <?php and ?>

ndemi
09-21-2005, 10:41 AM
Content visible to registered users only.

thanks, works fine :-)

ndemi