Sharp211 Posted April 16, 2007 Posted April 16, 2007 How do I get rid of the text "Categories" above the categories box? I'm creating a new template with STS and can't seem to find the file that echos that heading. www.westresale.com if you need to see what I'm talking about.
Sharp211 Posted April 16, 2007 Author Posted April 16, 2007 Aha! Found it. It was in catalog\includes\languages\english.php Now I'll just have to find out how to remove the table cell... It's still leaving an unwanted blank cell above the categories.
spax Posted April 16, 2007 Posted April 16, 2007 I don't know if this will be ideal as you will have a gap between the border and listing. However, look in catalog/includes/languages/english.php and all other language files you use. Find this: define('BOX_HEADING_CATEGORIES', 'Categories'); and change to this define('BOX_HEADING_CATEGORIES', '');
Sharp211 Posted April 16, 2007 Author Posted April 16, 2007 Sorry for answering my own questions, but I found out how to remove the heading box for categories aswell... catalog\includes\boxes\categories.php I commented the line "new infoBoxHeading($info_box_contents, true, false);" on line 68.
spax Posted April 16, 2007 Posted April 16, 2007 No worries! It is better if you can find it yourself.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.