Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleSkins for new theme
## ### ##

If you want the new theme to have its own skins, you should also copy uportal-war/src/main/webapp/media/skins/universality to a new directory and edit the hard coded reference to the theme's skin list.
In uportal-impl/src/main/java/org/jasig/portal/channels/DLMUserPreferences/TabColumnPrefsState.java
change
protected static String SKIN_LIST_FILE = "media/skins/universality/skinList.xml";
to point to skinlist.xml in your new theme's skin directory.
Contributed on uportal-user by Bob Finch