????
| Current Path : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/ |
| Current File : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/taxes_r.php |
<?php
/*
$Id: taxes.php,v 1.1 2004/08/25 22:55:42 akhan Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
?>
<!-- taxes //-->
<tr>
<td>
<?php
$heading = array();
$contents = array();
$heading[] = array('text' => BOX_HEADING_LOCATION_AND_TAXES);
if ($selected_box == 'taxes') {
$contents[] = array('text' => ' ' . BOX_TAXES_COUNTRIES . '<br>' .
' ' . BOX_TAXES_ZONES . '<br>' .
' ' . BOX_TAXES_GEO_ZONES . '<br>' .
' ' . BOX_TAXES_TAX_CLASSES . '<br>' .
' ' . BOX_TAXES_TAX_RATES . ' ');
}
$box = new box;
echo $box->menuBox($heading, $contents);
?>
</td>
</tr>
<!-- taxes_eof //-->