View Single Post
  #1  
Old 02-02-2005, 06:25 PM
 
jkirkpatrick jkirkpatrick is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 193
 

Default Help - STILL can't create a custom .php page

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
__________________
Jennifer Kirkpatrick
X-Cart Pro Version 4.4.1
AND
X-Cart Gold Version 4.1.9
Reply With Quote