Guest Posted July 5, 2008 Posted July 5, 2008 All my subcategories say (HEADING_TITLE) can anyone help so it reads correctly? http://kitchenconveniences.com/index.php?cPath=69_70 Thanks, Pat
FIMBLE Posted July 5, 2008 Posted July 5, 2008 You should fine this in catalog /includes / languages / english / index.php possibly someone has deleted th eline thinking it would remove the text. if it is not there add this line define('HEADING_TITLE', 'Let\'s See What We Have Here'); Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted July 5, 2008 Posted July 5, 2008 You should fine this in catalog /includes / languages / english / index.php possibly someone has deleted th eline thinking it would remove the text. if it is not there add this line define('HEADING_TITLE', 'Let\'s See What We Have Here'); Nic Hi Nic, Your right it wasn't there...I added the code and still doesn't work. This is what it looks like under public_html//includes/languages/english/index.php define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'Let\'s See What We Have Here'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', $categories['categories_name']); } ?> Thanks, Pat
Recommended Posts
Archived
This topic is now archived and is closed to further replies.