Hi,
I need to find the directory where my custom templates are stored. On my server in the EE system folder, I’ve checked under “templates” but can’t seem to find it. Any ideas? Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 27, 2007 5:24pm
Subscribe [1]#1 / Aug 27, 2007 5:24pm
Hi,
I need to find the directory where my custom templates are stored. On my server in the EE system folder, I’ve checked under “templates” but can’t seem to find it. Any ideas? Thanks.
#2 / Aug 27, 2007 5:25pm
They’re stored in the database, ovation. What are you trying to accomplish?
#3 / Aug 27, 2007 5:33pm
I have created a top-down menu using CSS. However, to make my code compatible with Internet Explorer, I have a plugin code (csshover2.htc) that needs to be “placed in the same directory as your saved CSS file”. I’m a newbie when it comes to webpages. Does that sound right?
#4 / Aug 27, 2007 5:39pm
Ah, yes, on a static site. What code do they want to include it? You should just be able to include the URL + file-name to the code in order to include it.
#5 / Aug 27, 2007 5:47pm
It’s a short piece of Jscript IMO called “csshover2.htc” (code here). Should it be called from my HTML or my CSS?
Thanks for your help Lisa.
#6 / Aug 27, 2007 5:54pm
If it’s just JS you should be able to call it like this:
<script src="/mint/?js" type="text/javascript">but replacing the /script/ with the appropriate URL to the script.