Quote Originally Posted by isvara99###################### View Post
i need a hep here. When I turn off: Categories - always show on main page, in layout seetings, instead of my welcome message, there is HEADING-TITLE, that is always showing. i tried different ways to edit it out from the index.php, but it will not go away.
You can see my website now at www.touchstonemedia.com, you will see what I mean.

thanks,

Isvara dasa
The bottom of your index.php should look like this (this is blank):

} elseif ($category_depth == 'top') {
// 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', '');
} 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', '');
}
?>