Make a modularized theme
Modularizing allows themes to be customized by separating feature-specific logic and capabilities from the theme code itself. Feature logic is inserted and removed using module profiles. Custom builds of JavaScript or CSS code provided ready-to-use in IBM WebSphere Portal do not need to be rebuilt every time a fix is applied to the portal. Modules are also the way in which many portal runtime features are provided and used in themes.
See
- Modify the static template of the theme
- Create a module profile
- Define the module
- Remove code that is now provided by modules