Thread: Login Link
View Single Post
  #17  
Old 03-29-2004, 01:11 PM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

Are you on v3.5.5 by any chance?

Try this:

<?

require "./auth.php";
require $xcart_dir."/include/categories.php";
$smarty->assign("main", "mainlogin");
$smarty->display("customer/home.tpl");

?>

You will need to have something like this in your 'common_templates' file:

{elseif $main eq "mainlogin"}
{include file="customer/main/mainlogin.tpl"}

hope this helps
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote