But how can we know that which category has opened, when either opened through home page, or opened through any of the links.
I know $category = Mage::registry('current_category'); will provide the current category name, but it will not tell me when its loaded. So, is there a file like customview.phtml for product, similar for category?