11-17-04 10:52 PM
There isn't anything specifically designed to select theme based upon URL.
However, there is a theme selection algorithm used for all screens (login
included). If you have unauthenticated pages that you users go to before
they log in, the theme from the unauthenticated page will be used on the
login screen. If the user doesn't view an unauthenticated page prior to
viewing the login screen, the portal default theme is used.
You could build your own theme that is basically multiple themes in one
physical theme. Then in the Default.jsp, add detection logic to see what
markup and CSS needs to be included. There are limitations on this
technique (such as you can't provide different versions of some graphics),
but it should work. Also, the algorithm mentioned in the previous paragraph
may get in your way if there is more than one physical theme applied to
different sets of pages.
[ Post a follow-up to this message ]
|