I had a custom theme done for my Drupal site and the developer can no longer support the site. I wanted to make the content management a little easier and so I move a couple things. The site is setup for categories, subcategories, products, etc .. its not e-commerce and does not have any e-commerce modules. In the theme directory there is a file called categories.tbl.php, subcategory.tbl.php, product.tbl.php. etc. What I did in Content Types was remove the original node references, it was setup to where you would reference subcategories in the categories content type, and products in the subcategory, and that was a content management issue so I changed it to subcategories content type would reference category content and product would reference subcategory. However I dont see a way of changing the tbl files to look for those changes I just made.
Help plz. :)