Bianca007 Posted October 3, 2009 Share Posted October 3, 2009 Hello,I would like to know how to change the default directory of my css and js files. Right now, the script has some code in the header that automatically references the files in the css/js folder of the theme I'm using (www.domain.com/store/themes/my_theme/css/), for example, the css code in the header is: {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach}{/if} How/where can I change the default path so that I can save the js/css files in a different location other than my theme folder.Thanks Link to comment Share on other sites More sharing options...
TropischBruin Posted October 3, 2009 Share Posted October 3, 2009 Why you want to do that? Link to comment Share on other sites More sharing options...
Bianca007 Posted October 3, 2009 Author Share Posted October 3, 2009 I don't want to have my theme folder referenced anywhere in my source code. Do you know how to change the path? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now