????
| Current Path : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/ |
| Current File : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/customers_r.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('customer_export.php', '', 'NONSSL') . '" class="menuBoxContentLink">' . 'Customer Export' . '</a><br>' .
' ' . BOX_CUSTOMERS_ORDERS . '<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 //-->