Magento Open Source, 1.9.x

Magento 1.x Security Patch Notice
For Magento Open Source 1.5 to 1.9, Magento is providing software security patches through June 2020 to ensure those sites remain secure and compliant. Visit our information page for more details about our software maintenance policy and other considerations for your business.

Theme Assets

The assets associated with a theme are organized in the skin folder. JavaScript libraries which are shared across themes, are placed in the js/ directory at the Magento root.


Skin Folder on Server
  • Theme Assets

    File Type

    Description

    CSS

    Contains the CSS files that control the visual styling associated with the skin. Path on server:

    [magento]/skin/frontend/[designPackage]/[theme]/css

    Images

    Contains all images used by the theme, including buttons, background textures, and so on. Path on server:

    [magento]/skin/frontend/[designPackage]/[theme]/images

    JS

    Contains theme-specific JavaScript routines and callable functions. Path on server:

    [magento]/skin/frontend/[designPackage]/[theme]/js