Message Boards

reading Environment variable in themes

Abhi Ed, modified 10 Years ago.

reading Environment variable in themes

Regular Member Posts: 118 Join Date: 6/4/12 Recent Posts
Hi friends,

I want to read the value of environment variable in my themes .By environment variable I mean the value of 'env' set in properties-services.xml.
This value is generally fetched in java as ::: System.getProperty('env')

How can the same be achieved in vm files of themes?