Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Link to login.php from a login box


Hotclutch

Recommended Posts

Hi all

 

What would be the command to make a link from a button to login.php from the homepage. I figure I need to put tep_href_link(FILENAME_LOGIN, '', 'SSL') and ('button_login.gif', IMAGE_BUTTON_LOGIN) together to make it work.

 

Link to my site is here so you can see what I am trying to do...Thanks!

Link to comment
Share on other sites

Hi all

 

What would be the command to make a link from a button to login.php from the homepage. I figure I need to put tep_href_link(FILENAME_LOGIN, '', 'SSL') and ('button_login.gif', IMAGE_BUTTON_LOGIN) together to make it work.

 

Link to my site is here so you can see what I am trying to do...Thanks!

 

OK...Trial and error got me to this " . '<a href="' . tep_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . tep_image_button('button_login.gif', IMAGE_BUTTON_LOGIN) . '</a>' . " which works :D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...