jmason Posted March 30, 2005 Share Posted March 30, 2005 Here is what I have. the site is www.yankeewarehouse.net <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => BOX_HEADING_AFFILIATES ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<a href="' . tep_href_link(FILENAME_AFFILIATES, '', 'NONSSL') . '">' . BOX_INFORMATION_AFFILIATES . '</a><br>' . '<a href="affiliates.php"> <img src="/catalog/includes/languages/english/images/partners.gif"></a> <br>' ); new infoBox($info_box_contents); ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.