kiljan Posted March 31, 2005 Report Share Posted March 31, 2005 Hallo, ?ber der Shopseite steht ja immer eine Navigation, welche so aussieht: Startseite ? Katalog ? Kategorie, usw... da bei mir auf der Seite die Startseite und Katalog das gleiche ist, w?rde ich gerne das Wort "Katalog" aus der Navigation rausnehmen. Wo kann ich diese ?nderung durchf?hren? Link to comment Share on other sites More sharing options...
chpohl Posted March 31, 2005 Report Share Posted March 31, 2005 includes/application_top.php $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, xtc_href_link(FILENAME_DEFAULT)); Text dazu in: "lang" dort "german.php" und in der zeile 49 & 50 findest du das ==> define('HEADER_TITLE_TOP', 'Startseite'); define('HEADER_TITLE_CATALOG', 'Katalog'); Link to comment Share on other sites More sharing options...
kiljan Posted April 1, 2005 Author Report Share Posted April 1, 2005 okay, danke. ich habe aus der datei einfach das $breadcrumb->add(HEADER_TITLE_CATALOG, xtc_href_link(FILENAME_DEFAULT)); gel?scht und nun ist das wort "katalog" aus der navigation verschwunden. ist das so okay, oder macht das anderweitig probleme? Link to comment Share on other sites More sharing options...
chpohl Posted April 1, 2005 Report Share Posted April 1, 2005 kein Problem ... sollte so funzen Link to comment Share on other sites More sharing options...
ohujay Posted April 28, 2005 Report Share Posted April 28, 2005 Einfach aus dem Template rausnehmen. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.