Thanks Jon, there's no error message but a question
How do i activated the home_partnerid.tpl?
a partner can access now his category for example
www.shirtshop.nl/xcart/customer/home.php?partner=shirtshop
I change the script in your example this way:
if ($partner == "shirtshop") {
$smarty->display("customer/shirtshop.tpl");
}
else {
$smarty->display("customer/home.tpl");
}
?>
and open the skin1/customer/home.tpl and save this as shirtshop.tpl