Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Links in information box...


LioMandi

Recommended Posts

:( Look at the code and tell me if there is anything wrong please...

 

<?php
/*
 $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<!-- information //-->
	  <tr>
		<td height="20" class="categor">
<?php
 //$info_box_contents = array();
// $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

// new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('text' => '<a class="categor" href="' . tep_href_link(FILENAME_SHIPPING) . '">' . tep_image(DIR_WS_IMAGES . 'marker100.jpg','','3','5','style="margin:0 8px 0 14px"') . BOX_INFORMATION_SHIPPING . '</a><br>' .
									 tep_image(DIR_WS_IMAGES . 'LineCategot.jpg','','','','style="margin-left:10px; padding:4px 0 .5px 0"') . '<br>' .
									 '<a class="categor" href="' . tep_href_link(FILENAME_AUCTION_TEMPLATES) . '">' . tep_image(DIR_WS_IMAGES . 'marker100.jpg','','3','5','style="margin:0 8px 0 14px"')  . BOX_INFORMATION_AUCTION_TEMPLATES . '</a><br>' .
									 tep_image(DIR_WS_IMAGES . 'LineCategot.jpg','','','','style="margin-left:10px; padding:4px 0 .5px 0"') . '<br>' .
									 '<a class="categor" href="' . tep_href_link('dforum') . '">' . tep_image(DIR_WS_IMAGES . 'marker100.jpg','','3','5','style="margin:0 8px 0 14px"')  . BOX_INFORMATION_D_FORUM . '</a><br>' .
									 tep_image(DIR_WS_IMAGES . 'LineCategot.jpg','','','','style="margin-left:10px; padding:4px 0 .5px 0"') . '<br>' .
									 '<a class="categor" href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . tep_image(DIR_WS_IMAGES . 'marker100.jpg','','3','5','style="margin:0 8px 0 14px"')  . BOX_INFORMATION_CONTACT . '</a><br>' .
									 tep_image(DIR_WS_IMAGES . 'LineCategot.jpg','','','','style="margin-left:10px; padding:4px 0 .5px 0"'));

 new infoBox($info_box_contents);
?>
		</td>
	  </tr>
<!-- information_eof //-->

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...