????

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/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 //-->