Hello all,
how do I check in the portlet decorator if the current theme is a portal or desktop ? On this page http://portals.apache.org/tutorials/jetspeed-2-ant/02/desktop-theme.html, there's brief explanation of the usage of ${jetspeedDesktop.getDesktopTheme()} however, I am not sure how to check this from velocity.
For example, in my portlet decorator:

#if( desktop)
   display this
#else
   display something else
#end

thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to