content management system - Magento custom theme pulling in images but not styles or scripts -


i have magento store trying develop custom theme. copied files skin/frontend/default/default , app/design/frontend/default/default skin/frontend/occasions/occasions , app/design/frontend/occasions/occasions respectively, went system->configuration->design , changed package , theme text boxes occasions, when load site, pulls in images occasions/occasions not css or js, pulling in base/default.

any ideas? here code sample head tag illustrate issue:

<link rel="icon" href="xxxxx/skin/frontend/occasions/occasions/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="xxxxx/skin/frontend/occasions/occasions/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="xxxxx/skin/frontend/base/default/css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" href="xxxxx/skin/frontend/base/default/css/widgets.css" media="all" /> <link rel="stylesheet" type="text/css" href="xxxxx/skin/frontend/base/default/css/print.css" media="print" /> <script type="text/javascript" src="xxxxx/js/lib/ds-sleight.js"></script> <script type="text/javascript" src="xxxxx/skin/frontend/base/default/js/ie6.js"></script> 

the problem when used filemanager on site5 copy files across, removed css files css folder , moved them level, skin/frontend/occasions/occasions/. when recreated css folder , moved css files. resolved problem.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -