Jump to content

How to change CSS files directory


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...