Quote Originally Posted by countrycharm View Post
What if I never had a html_header.php in includes/templates/YOUR_TEMPLATE/common. I always wondered why there was not one there...lol I just put one there. Now I'm trying to find all the errors I have. I don't know where to start looking..lol Maybe you can point me in the right direction. All your help is much appreciated. Thank you
You don't have one there because you never edited it. And that is how the override system works. If you need to edit a file, you take the original from includes/templates/TEMPLATE_DEFAULT/ and copy it to includes/templates/YOUR_TEMPLATE/ so that you only have the files you changed in your template folder, and so that you always have an original in TEMPLATE_DEFAULT.