[ 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.4 4 by Tom St.Croix <[email protected]> V 3.4 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 14 define('TOP_BAR_TITLE', 'Druckbare Artikelübersicht'); 15 //define('HEADING_TITLE', '<table border="0" width="100%" cellspacing="3" cellpadding="3"><tr><td width="30%" class="pageHeading"><h5>' . STORE_NAME_ADDRESS . '</h5></td><td width="70%"><h6><u>Note</U>:<br> All prices are subject to change without notice. All products will be billed in Canadian Currency only. The Currency feature is just for your convenience. This catalog is current on the day of printing.</h6></td></tr></table>'); 16 define('HEADING_TITLE', '<h6>'.STORE_NAME.'<br>'.nl2br(STORE_NAME_ADDRESS).'<br>Email: <a href="mailto:'.STORE_OWNER_EMAIL_ADDRESS.'">'.STORE_OWNER_EMAIL_ADDRESS.'</a><br>Hinweis: Alle Preise ohne Gewähr. <br>Diese Übersicht ist nur gültig am Tag des Ausdrucks.</h6>'); 17 // comment the above line and uncomment out the line above it if you have an older OSC Release before Nov1 2002 18 // kommentieren die oben genannte Linie und das uncomment aus der Linie über ihr, wenn Sie eine ältere OSZILLATOR-Freigabe vor Nov1 2002 haben 19 define('TABLE_HEADING_IMAGES', 'Bild'); 20 define('TABLE_HEADING_MANUFACTURERS', 'Hersteller'); 21 define('TABLE_HEADING_PRODUCTS', 'Name'); 22 define('TABLE_HEADING_DESCRIPTION', 'Beschreibung'); 23 define('TABLE_HEADING_OPTIONS','Optionen'); 24 define('TABLE_HEADING_CATEGORIES', 'Kategorie'); 25 define('TABLE_HEADING_MODEL', 'Modell'); 26 define('TABLE_HEADING_UPC', 'UPC'); 27 define('TABLE_HEADING_QUANTITY', 'Menge'); 28 define('TABLE_HEADING_WEIGHT', 'Gewicht'); 29 define('TABLE_HEADING_PRICE', 'Preis'); 30 define('BOX_STATS_PRODUCTS_WITH_IMAGES', 'Druckbare Artikelübersicht'); 31 define('FONT_STYLE_TOP_BAR', 'Druckbare Artikelübersicht'); 32 define('NAVBAR_TITLE', 'Druckbare Artikelübersicht'); 33 define('TABLE_HEADING_DATE','Hinzugefügt am '); 34 define('BOX_CATALOG_NEXT', 'weiter'); 35 define('BOX_CATALOG_PREV', 'zurück'); 36 ?>
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 |