[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: catalog_products_with_images.php V 3.0 4 by Tom St.Croix <[email protected]> V 3.0 5 6 osCMax Power E-Commerce 7 http://oscdox.com 8 9 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 10 11 Released under the GNU General Public License 12 13 notes: added to the catalog/includes/languages/english.php 14 define('IMAGE_BUTTON_UPSORT', 'Sort Asending'); 15 define('IMAGE_BUTTON_DOWNSORT', 'Sort Desending'); 16 */ 17 18 // Most of this file is changed or moved to BTS - Basic Template System - format. 19 // 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). 20 // 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). 21 // (Sub 'fallback' with your current template to see if there is a template specific file.) 22 23 require ('includes/application_top.php'); 24 25 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CATALOG_PRODUCTS_WITH_IMAGES); 26 27 // Use $location if you have a pre breadcrumb release of OSC then comment out $breadcrumb line 28 //$location = ' » <a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '" class="headerNavigation">' . NAVBAR_TITLE . '</a>'; 29 30 // Use $breadcrumb if you have a breadcrumb release of OSC then comment out $location line 31 $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL')); 32 33 $content = CONTENT_PRINTABLE_CATALOG; 34 35 include (bts_select('main', $content_template)); // BTSv1.5 36 37 require (DIR_WS_INCLUDES . 'application_bottom.php'); 38 39 ?>
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 |