Something's not working...
digita1bob <[email protected]> 28 Aug 2003 17:59:44 -0000
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <4b65c118c5823fe68c37f1aad9c898b0@osCommerce-Forums> |
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=221033#221033
----------------------------------------------------------------
OK, here's what I did. I commented out the three navigation images in the header and that worked fine. I then inserted the following on the next line.
<td><?php echo (($request_type != 'SSL') ? tep_image('images/a100.jpg', 'Unsecure connection') : tep_image('images/a138.jpg', 'Secure connection')); ?></td>
Regardless of the connection type, only a100.jpg displays. Any suggestions?
Thanks again,
Bob