When creating a Magento multistore, can the 2nd store not just use a directory under the following locations or do symbolic links have to be created (the 2nd store does have it’s own root directory due to being created as add-on domain).
/app/design/frontend/default/nameofskin
/skin/frontend/default/nameofskin
Thanks in advance.
It depends on if your theme
nameofskinis falling back todefault/defaulttheme. If not then just create your own package.Then you can create additional theme within your package like
but skip creating a skin dir for it. In this case it will fall back to
defaulttheme of your package.