
Originally Posted by
clydejones
Sorry, my bad.
includes/languages/english/comstock/index.php
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
change both instances
Bookmarks