????
| Current Path : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/boxes/ |
| Current File : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/boxes/reports_r.php |
<?php
/*
$Id: reports.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
*/
?>
<!-- reports //-->
<tr>
<td>
<?php
$heading = array();
$contents = array();
$heading[] = array('text' => BOX_HEADING_REPORTS);
if ($selected_box == 'reports') {
$contents[] = array('text' => ' ' . BOX_REPORTS_PRODUCTS_VIEWED . '<br>' .
' ' . BOX_REPORTS_PRODUCTS_PURCHASED . '<br>' .
' ' . BOX_REPORTS_ORDERS_TOTAL . ' ');
}
$box = new box;
echo $box->menuBox($heading, $contents);
?>
</td>
</tr>
<!-- reports_eof //-->