Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejaskanani/b785dcd35631b75ac60f47eaf67a4651 to your computer and use it in GitHub Desktop.
Save tejaskanani/b785dcd35631b75ac60f47eaf67a4651 to your computer and use it in GitHub Desktop.
Liferay DXP/7 : Get theme path in Freemarker template
<#assign theme_images_complete_path = request['theme-display']['path-theme-images']>
<#assign theme_images_path = httpUtil.getPath(theme_images_complete_path)>
<#assign theme_path = theme_images_path?keep_before("/images")>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment