there is big title in main page saying "What's new here !"
where to find to delete that wording ?
tried to find anywhere but can't find it.
thanks,
This is a discussion on what's new here ! within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; there is big title in main page saying "What's new here !" where to find to delete that wording ? ...
there is big title in main page saying "What's new here !"
where to find to delete that wording ?
tried to find anywhere but can't find it.
thanks,
edit:
/catalog/includes/languages/english/index.php
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Nothing changes when I edit /catalog/includes/languages/english/index.phpOriginally Posted by msasek
define('HEADING_TITLE', 'WELCOME TO MY ONLINE SHOP!');
The index.php page still displays "What's New Here?"
OK, I just figured it out. I was changing this:
define('HEADING_TITLE', 'What\'s New Here?');
and should have changed this, towards the bottom of catalog/includes/languages/english/index.php:
} elseif ($category_depth == 'top') {
define('HEADING_TITLE', 'What\'s New Here?');
Hope this helps someone :<D
Bookmarks