Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Please


joyrutter

Recommended Posts

Posted

<?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><table width="125" border="0" cellspacing="0" cellpadding="0">
 <tr>
<td><img src="images/hostingoscommerce_left.jpg" width="125" height="12"></td>
 </tr>
 <tr>
<td><table width="123" border="0" cellspacing="0" cellpadding="0" align="right">
 <tr>
<td><?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 href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .
//									 '<a href="' . tep_href_link(FILENAME_WARRANTY) . '">' . BOX_INFORMATION_WARRANTY . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
									 '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>');

 new infoBox($info_box_contents);
?></td>
 </tr>
</table>
</td>
 </tr>
</table>

		</td>
	  </tr>
<!-- information_eof //-->

 

OK? :thumbsup:

one-click installation..

Dave's info

Archived

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

×
×
  • Create New...