[ Index ]
osCommerce Docs :: PHP Cross Reference For osCommerce 2.2 MS2
Provided By OSCdox.com

/admin/includes/boxes/ -> customers.php (source)

[Summary view]

   1  <?php
   2  /*
   3    $Id: customers.php,v 1.16 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  <!-- customers //-->
  14            <tr>
  15              <td>
  16  <?php
  17    $heading = array();
  18    $contents = array();
  19  
  20    $heading[] = array('text'  => BOX_HEADING_CUSTOMERS,
  21                       'link'  => tep_href_link(FILENAME_CUSTOMERS, 'selected_box=customers'));
  22  
  23    if ($selected_box == 'customers') {
  24      $contents[] = array('text'  => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' .
  25                                     '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>');
  26    }
  27  
  28    $box = new box;
  29    echo $box->menuBox($heading, $contents);
  30  ?>
  31              </td>
  32            </tr>
  33  <!-- customers_eof //-->


Generated: Tue Nov 4 23:53:39 2003
Hosted By :: AABox.com
Cross-referenced by PHPXref 0.4