[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: allprods.php,v 1.7 2002/12/02 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 Copyright 2006 osCMax2002 HMCservices 10 11 Released under the GNU General Public License 12 */ 13 14 // Most of this file is changed or moved to BTS - Basic Template System - format. 15 // For adding in contribution or modification - parts of this file has been moved to: catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change). 16 // catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change). 17 // (Sub 'fallback' with your current template to see if there is a template specific file.) 18 19 require ('includes/application_top.php'); 20 include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ALLPRODS); 21 22 // Set number of columns in listing 23 define ('NR_COLUMNS', 1); 24 // 25 $breadcrumb->add(HEADING_TITLE, tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL')); 26 27 $content = CONTENT_ALLPRODS; 28 29 include (bts_select('main', $content_template)); // BTSv1.5 30 31 require (DIR_WS_INCLUDES . 'application_bottom.php'); 32 33 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |