[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: taxes.php,v 1.17 2003/07/09 01:18:53 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 ?> 13 <!-- taxes //--> 14 <tr> 15 <td> 16 <?php 17 $heading = array(); 18 $contents = array(); 19 20 $heading[] = array('text' => BOX_HEADING_LOCATION_AND_TAXES, 21 'link' => tep_href_link(FILENAME_COUNTRIES, 'selected_box=taxes')); 22 23 if ($selected_box == 'taxes') { 24 $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_COUNTRIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TAXES_COUNTRIES . '</a><br>' . 25 '<a href="' . tep_href_link(FILENAME_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TAXES_ZONES . '</a><br>' . 26 '<a href="' . tep_href_link(FILENAME_GEO_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TAXES_GEO_ZONES . '</a><br>' . 27 '<a href="' . tep_href_link(FILENAME_TAX_CLASSES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TAXES_TAX_CLASSES . '</a><br>' . 28 '<a href="' . tep_href_link(FILENAME_TAX_RATES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TAXES_TAX_RATES . '</a>'); 29 } 30 31 $box = new box; 32 echo $box->menuBox($heading, $contents); 33 ?> 34 </td> 35 </tr> 36 <!-- taxes_eof //-->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |