This is close to what I'm trying to do. I have an empty static page, that I want to load the home page of a Knowledge Base installation.
I tried using this code:
Code:
{$page_content}
{if ($smarty.get.pageid eq "53")}
<br><br>
{include file="library/index.php"}
{/if}
But it doesn't load the page. Any idea what I'm doing wrong?
Thanks,
Dan