I know there are a number of threads that address this (I've read many over the last few days) and I apologize if I'm asking the same thing again, but I can't find exactly how to place my link.
I created a static page that I want users to see after they create a profile. I think this is what I need to edit (from include/register.php):
PHP Code:
$script = $xcart_catalogs['partner']."/home.php?mode=profile_created";
}
if (empty($av_error)) {
func_header_location($script);
}
But I'm not entirely clear on exactly how to add my link to pages.php?pageid=2. Can someone give me the correct code?