Thread
:
How about an alternative home.php for integrating xCart/non-xCart?
View Single Post
#
2
10-17-2006, 10:18 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
Re: How about an alternative home.php for integrating xCart/non-xCart?
You can create an entry page using index.php. Create a new index.php with this content:
Code:
<?php require "./auth.php"; func_display("customer/entry.tpl",$smarty); ?>
Then create a skin1/customer/entry.tpl file and put whatever you want in it.
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon