Hello,
I've been trying to create a custom .php page called "ourstory.php" that uses my existing site template. Nothing seems to work
Here is my code for "ourstory.php":
Code:
<?php
#
# $Id: search.php,v 1.50.2.6 2004/02/05 12:25:45 mclap Exp $
#
require "./auth.php";
require $xcart_dir."/include/categories.php";
$smarty->assign("main", "ourstory.tpl");
$smarty->display("customer/home.tpl");
?>
Then I created "ourstory.tpl" which includes simply includes the text that I want to be displayed on the page. It's saved in skin1/customer/main.
Can anyone help? This is driving me nuts!
Thanks,
Jennifer