View Single Post
  #2  
Old 10-17-2006, 10:18 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote