Hotclutch Posted November 8, 2008 Share Posted November 8, 2008 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 More sharing options...
Hotclutch Posted November 8, 2008 Author Share Posted November 8, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.