+

Search Tips   |   Advanced Search

Modify the dynamic resource references for the skin


Modify the dynamic resource references to link to the static resources for the skin

  1. Connect the WebDAV client to...

      http://host:port/wps/mycontenthandler/dav/skinlist/

  2. Copy...

      customSkin\nls\skin_en.html

    ...or whichever file is your default locale, to the local drive. Repeat for any of the other locale files for the languages that you support.

  3. Edit the skin_lang.html files, and find and replace all occurrences of 80theme with customTheme.

    For example...

      dyn-cs:id:80theme_asaPortlet

    ...becomes...

      dyn-cs:id:customTheme_asaPortlet

  4. Save the files.

  5. Copy the files into the skinlist folder.

You do not need to modify...

That file is not used other than to redirect to the appropriate locale file in the nls folder. You need to modify the skin.html file only if we add or remove locales.


Parent: Link the static resources to the dynamic resources for the theme