Manoil Posted February 24, 2007 Posted February 24, 2007 Hi again :blush: Now i'm trying to put some images INTO infoboxes. I need an image of shopping cart integrated in the shopping_cart box. Anyone? :rolleyes:
Guest Posted February 24, 2007 Posted February 24, 2007 here is an example <!-- some_box //--> <tr> <td align="center"><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . tep_image(DIR_WS_IMAGES . 'yourimage.jpg') . '</a>'; ?></td> </tr> <!-- some_box_eof //--> Just create a new file in your boxes folder and place the code in it. You may want to change the link and image to fit your needs.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.