Open
Description
Preconditions (*)
- OpenMage 19.4.19
Steps to reproduce (*)
- Select base/default theme
Expected result (*)
- No CSS files are missing
Actual result (*)
- skin/frontend/base/default/css/styles-ie.css is added to the HTML but this file doesn't exist. This non existing file is added in the app/design/frontend/base/default/layout/page.xml layout file. Removing it from this file may lead to issues because it is not added in the default/default theme but the file skin/frontend/default/default/css/styles-ie.css does exist. The same is true for the default/blank and the default/blue theme. The default/iphone and default/modern theme also have this CSS file but they add it themself in the page.xml layout file.