Skip to content

Instantly share code, notes, and snippets.

@ocidique
Created September 25, 2015 10:09
Show Gist options
  • Select an option

  • Save ocidique/5320c10da57034f752a8 to your computer and use it in GitHub Desktop.

Select an option

Save ocidique/5320c10da57034f752a8 to your computer and use it in GitHub Desktop.
Liferay - Go to parent page snippet
<#assign parentLayout = layoutService.getLayout(layout.getParentPlid()) />
<#assign parentURL = parentLayout.getFriendlyURL(theme_display.getLocale()) />
<#if validator.isNotNull(parentURL)>
<a href="/web/site${parentURL}">Go to parent page</a>
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment