Thread
:
Using Your Own Page Instead Of customer/home.php
View Single Post
#
7
08-31-2004, 01:06 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
Not ideal, but you could always do a redirect.
Open up customer/home.php and at the very top put:
Code:
<? if (!$cat) { header("Location: http://www.domain.com/yourpage.html"); exit; } ?>
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon