View Single Post
  #2  
Old 08-16-2007, 09:23 AM
 
gravel gravel is offline
 

Senior Member
  
Join Date: Mar 2004
Posts: 156
 

Default Re: Beginners Example of Static Page with Dynamic Content

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
__________________
X-Cart version 4.0.17
X-Cart version 4.0.18
Web servers = Apache
OS = Linux
Reply With Quote