????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/boxes/
Upload File :
Current File : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/boxes/modules_r.php

<?php
/*
  $Id: modules.php,v 1.1 2004/08/25 22:55:41 akhan Exp $

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

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/
?>
<!-- modules //-->
          <tr>
            <td>
<?php
  $heading = array();
  $contents = array();

  $heading[] = array('text'  => BOX_HEADING_MODULES);

  if ($selected_box == 'modules') {
    $contents[] = array('text'  => ' ' . BOX_MODULES_PAYMENT . '<br>' .
                                   ' ' . BOX_MODULES_SHIPPING . '<br>' .
                                   ' ' . BOX_MODULES_ORDER_TOTAL . ' ');
  }

  $box = new box;
  echo $box->menuBox($heading, $contents);
?>
            </td>
          </tr>
<!-- modules_eof //-->