Quote Originally Posted by dbltoe View Post
Placed an item on github but wanted to let non-gitters (sp) know.

In the includes/templates folder there are two folders -- YOUR_RESPONSIVE_TEMPLATE and YOUR_TEMPLATE.

Would it be better to name the YOUR_TEMPLATE to template_default since the header_html.php file is not meant to be used in a responsive environment?

One customer overwrote the file in responsive_classic despite the instructions mentioning that the file is the template_default version modified specifically for this mod.
Placing the /common/html_header.php changes in template_default would make it less "obvious" that the change needs to be made to the version used for (er) your template. I've yet to come across a template that doesn't have some kind of modifications to that file.

I'll review the installation instructions to attempt to make it more obvious what needs to be changed and where!