HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / Add on
Author Message
kashyyyk
Member

Posted: 27 Mar 2006 17:26:57


I'm trying to integrate another feature into my site that uses PHP. When I add the
include("/show_news.php");
into my .tpl, all I get is the text include("/show_news.php"); on the page.

How do I get the content of show_news.php to show on the page?

Thanks
Dan

skalinks
Admin

Posted: 31 Mar 2006 05:45:57


Hello kashyyyk
SkaLinks use Smarty template engine, and you should iinclude into tpl files only tpl files and use this tag
{inlude file=file_name}

Thank you!