????
| Current Path : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/ |
| Current File : /home2/morganrand/public_html/ecommerce/os/catalog/admin/includes/boxes/catalog_r.php |
<?php
/*
$Id: catalog.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
*/
?>
<!-- catalog //-->
<tr>
<td>
<?php
$heading = array();
$contents = array();
$heading[] = array('text' => BOX_HEADING_CATALOG);
if ($selected_box == 'catalog') {
$contents[] = array('text' => ' ' . BOX_CATALOG_CATEGORIES_PRODUCTS . '<br>' .
' ' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '<br>' .
' ' . BOX_CATALOG_MANUFACTURERS . '<br>' .
' ' . BOX_CATALOG_REVIEWS . '<br>' .
' ' . BOX_CATALOG_SPECIALS . '<br>' .
' ' . BOX_CATALOG_PRODUCTS_EXPECTED . ' ');
}
$box = new box;
echo $box->menuBox($heading, $contents);
?>
</td>
</tr>
<!-- catalog_eof //-->