????

Your IP : 216.73.216.152


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

<?php
/*
  $Id: customers.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
*/
?>
<!-- customers //-->
          <tr>
            <td>
<?php
  $heading = array();
  $contents = array();

  $heading[] = array('text'  => BOX_HEADING_CUSTOMERS,
                     'link'  => tep_href_link(FILENAME_CUSTOMERS, 'selected_box=customers'));

  if ($selected_box == 'customers') {
    $contents[] = array('text'  => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' .
                                   '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a><br>' .
                                   '<a href="' . tep_href_link(FILENAME_DESIGNS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_DESIGNS . '</a>');
  }

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