View Single Post
  #1  
Old 01-23-2008, 02:31 AM
 
liamb2001 liamb2001 is offline
 

eXpert
  
Join Date: May 2006
Posts: 216
 

Default Include Text from Static Page

Hiya, ive created a new front page and tpl file called frontpage.tpl which works great. But i cannot seem to pull in the text from my static page root level.

I would usually use the command
<?php include 'page_001.html';?>
and that is fine if i create my own page (page.php) that pulls the text in perfeclty

but inside a tpl file it isnt working

i have also tried
{include file="page_001.html" }

but with no luck, could somebody tell me what im doing wrong ?

__________________
X-Cart Version 4.55
Reply With Quote