New Zenner
- Join Date:
- Jan 2010
- Posts:
- 70
- Plugin Contributions:
- 0
Template overrides?
I've been working with Zen Cart for a while now and I just got home from, well we'll just say a long trip for employment. So I'm getting back into Zen Cart after about a year of hit or miss internet access and I installed the latest version... everything went great (very happy to see the added security compliance stuff but I'll have to read into it further)
So I decided to use this new version, and some extra time I now have, to create a whole new template...
I created my new template folder in /includes/templates/
including the template_info.php file...
Changed my logo and put it in /includes/templates/CUSTOM/images folder however when I look at the source of my page it's still got the old templates directory used for the logo src...
<img src="includes/templates/template_default/images/logo.gif"
So it would seem to me that the get template function (I guess it's a function) is not functioning properly... or perhaps I have missed something in the last 10 or so months that I've been away, or I'm just a complete idiot and forgot something along the way... :oops:
anybody had this issue?
or have any ideas?