Teamjr Posted May 11, 2008 Posted May 11, 2008 Hello, I need a little help with a box I have in column_right. Below is the box code, but I need to pull an image from the image directory and when clicked have it direct to an external site and target="_blank". I am stuck on the code, Thanks JR <!-- APPAREL //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_APPAREL); new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_APPAREL), $column_location); new infoBox($info_box_contents, $column_location); ?> </td> </tr> <!-- APPAREL_eof //-->
Recommended Posts
Archived
This topic is now archived and is closed to further replies.