
Originally Posted by
jettrue
If you've actually uploaded the changed file to includes/languages/english/cherry_zen/index.php that should work just fine.
Check and double and triple check that it is in the EXACT spot, that you didn't capitalize cherry_zen or mispell it, etc.
Also, what are you using to edit your files? When I copied your text above and pasted it in to my index.php it was ALL on one line, and I think that may be your problem. It should look like this:
{
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} ?>
Also, you pasted > instead of > so somethings telling me your site messed up before because you're using something you shouldn't to edit your files.