Create URL for public & private pages of a Organization
Create url for public and private pages of a organization in a Liferay theme.
Make this entry in init_custom.vm file
#set($organizationPublicURL="/web/$user.getScreenName()")
#set($organizationPrivateURL="/user/$user.getScreenName()")
#set($organizationPrivateURL="/user/$user.getScreenName()")
No comments:
Post a Comment