View Single Post
  #1  
Old 08-11-2005, 07:39 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default cannot connect link to page

I made a seperate login page and it works like the like how is was supposed to in the posting but I am having trouble changing the page links. When a user log(s)in I don't want the page to link to:
store/help.php?section=Login

Because their not really trying to get help to recover their password. I would like it to read something like this:
store/customer/home.php?main=Login


My Changes:

1.I tried changing the path of the index.tpl to:
{if $section eq "Login"}
{include file="customer/Login.tpl"}

{elseif $section eq "Login_message"}
{include file="customer/Login_message.tpl"}

{elseif $section eq "Login_error"}
{include file="customer/Login.tpl"}

2. I positioned the Login.tpl in the customer folder
3. I changed the link button in the head.tpl to read: {$lng.lbl_login}

I just get directed back to the same home.php page, no login page. I don't know what I am doing wronge? I need some help.
__________________
x-cart 4.0.16v
linux server
Reply With Quote