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 ?
