http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?![]()
http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?![]()
Are you using v1.52?
The name 'brands' should be defined in a language file here:
includes/languages/english/
- possibly the header.php
It depends on the template you're using.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Try asking in the "Stirling Grand" support thread as the Template designer for that template (which you appear to be useing) is extremely helpful and will answer your questions
http://www.zen-cart.com/showthread.p...nsive-Template
Webzings Design
Semi retired from Web Design
My header.php file is as follows
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
*/
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Astro Merchandise');
define('HEADER_SALES_TEXT', 'ALL the posters!');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
?>
The file you seek is here:
includes/languages/english/extra_definitions/stirling_grand/headermenu.php
/*bof manufacturers definitions*/
define('HEADER_TITLE_MANUFACTURERS','Brands');
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Btw, welcome to Zen Cart. To help in the future (probably more now than later), if there is text that you want to find/change, use the Developer's Tool Kit in the admin panel under tools. It will find usage of such things in any file that would be a part of the template system where code is expected. Ie, would have identified the file twitchtoo identified.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Please do not double post. It is best to ask template related questions to the appropriate template support thread. Search the thread (or better yet read the thread) before you ask a question since many questions are posted over and over.
If you read the readme.html file included in the template package you will find instructions for the customization you want to make.
Thanks,
Anne