[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> allprods.php (source)

   1  <?php
   2  /*
   3    $Id: allprods.php,v 1.7 2002/12/02
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2002 osCommerce
   9    Copyright (c) 2002 HMCservices
  10  
  11    Released under the GNU General Public License
  12  */
  13  
  14    require ('includes/application_top.php');
  15    include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ALLPRODS);
  16  
  17  // Set number of columns in listing
  18  define ('NR_COLUMNS', 1);
  19  //
  20    $breadcrumb->add(HEADING_TITLE, tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL'));
  21  
  22    $content = CONTENT_ALL_PRODS;
  23  
  24    require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/' . TEMPLATENAME_MAIN_PAGE);
  25  
  26    require (DIR_WS_INCLUDES . 'application_bottom.php');
  27  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]