How does the "templates/local" folder work? I made a modified copy of theme.tpl in the local folder, and it works. Can I upload a copy of any file of a theme (regardless of the folder it's in) into the local folder? For instance, can I upload a modified copy of theme.css there?
Posts: 4342
Any .tpl file can be overridden by an identically named file in a local/ directory in the same place as the .tpl file.
It only works for .tpl files, not php files, .inc files, .css, or anything else.