In the index.php file the notes indicate
* We now load the html_header.php file. This file contains code that would appear within the HTML <head></head> code
* it is overridable on a template and page basis.
How do I override the /includes/template/CUSTOM/common/html_header.php file so that I see the different html_header.php only on product_info page?
I have created /includes/modules/CUSTOM/pages/product_info for the unique page content but I'm stumped with where to place the custom html_header.php file
Thanks



