the theme's css and js files — the main one with all the scripts — get overwritten with old versions for some reason, I noticed it happens after saving in the admin panel
http://site/skin/site/css/main_site_ru.css
http://site/skin/site/js/main_site_ru.js
that is, these files must not be edited directly
they are assembled from the css and javascript files of the template, the components and the modules
if you need to add your own css, you can put it in skinsitecssmy.css
your own javascript can be included as a separate file
Comments