exoticnovelty Posted December 18, 2005 Share Posted December 18, 2005 Hi everyone! I recently asked on how to change the category that reads "Let's See What We Have Here" to the actual title the category says. Someone replied to change in my index.php file "echo HEADING_TITLE;" to echo $category['categories_name']; //echo HEADING_TITLE; My problem is, I can't find "echo HEADING_TITLE;" in the index.php file. Is there another way I can do this that it will not be so confusing or hard to do. Also I would like to get rid of the "broken" image that is on the right side of the category title. Could someone please tell me how to delete that as well. Hopefully someone can point me in the right direction, Thank you in advance for your help! Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2005 Share Posted December 18, 2005 try a category description contribution: http://www.oscommerce.com/community/contributions,1373 http://www.oscommerce.com/community/contributions,2343 Link to comment Share on other sites More sharing options...
Guest Posted December 19, 2005 Share Posted December 19, 2005 "echo HEADING_TITLE;" to echo $category['categories_name']; //echo HEADING_TITLE; it is found in 3 places in index.php. around lines 75, 241, and 299. you should be using a good text editor with a good search function, saves tons of time! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.