I have been trying to install a theme which has the following folder structure to magento community installation but I never get it to work:
theme
├── app
│ ├── code
│ │ └── ...
│ ├── design
│ │ ├── adminhtml
│ │ │ └── default
│ │ └── frontend
│ │ ├── base
│ │ ├── default
│ │ └── flatshop
│ ├── etc
│ │ └── modules
│ │ └── ...
│ └── locale
│ └── ...
├── js
│ ├── ...
├── lib
│ └── ...
├── media
│ └── ...
└── skin
├── adminhtml
│ └── default
│ └── flatshop
└── frontend
├── base
│ └── default
├── default
│ └── default
└── flatshop
└── default
What should I copy to where in my magento installation? It’s for magento community 1.8.0.0