DanielaQ Posted April 25, 2006 Posted April 25, 2006 This one is easy... I want to remove the "index" word from the header (the word is next from "Catalog" word), I like to have only the "Catalog" word. Where can i do that? Thx from Argentina. Daniela
cudd1es Posted April 25, 2006 Posted April 25, 2006 Can't think where it was exactly in the file... But checkout the file /catalog/includes/languages/english/php (or other language.php Your Index or Top should be in there. define('HEADER_TITLE_TOP', 'Top'); Well, that is in my file, and mine said Top. You may have define('HEADER_TITLE_TOP', 'Index'); If you don't wantit... just remove the Top... to get define('HEADER_TITLE_TOP', '');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.