After resolving the original issue I had with the removal of the Refine Search (
http://forum.opencart.com/viewtopic.php?f=20&t=41699) I realized, rather than removing them entirely, I'd rather substitute the textual results for some icons/buttons for each subcategory; but the problem I am facing is that even though I can create the icons and subsequent links, ONLY one icon set displays in all the categories and subcategory pages.
I understand before someone kicks off about that I am only changing one file (category.tpl) and whatever I do here, it would cascade down affecting ALL other categories and subcategory pages...
The navigation tree is as follows:
Category 1 id 30
- sub-cat1 id 32
sub-cat2 id 33
sub-cat3 id 34
Category 2 id 50
- sub-cat1 id 51
sub-cat2 id 52
I am learning PHP so, I know there must be a way to do this but escapes me at the mo'..

I have each category and subcategory's id but I cannot figure out how to make an if statement that can do this...
I have the icons for Category1 and for each sub-categories as a HTML table (easiest way and quicker to do) ; so the concept would be if I click on Category1 it displays the icons for the sub-categories in Category1 but if I chose Category2 it displays the sub-categories icons for Category2.....I hope I am making sense here.