Skip to content

Instantly share code, notes, and snippets.

@farmerbradllc
Created September 20, 2013 23:26
Show Gist options
  • Save farmerbradllc/6645246 to your computer and use it in GitHub Desktop.
Save farmerbradllc/6645246 to your computer and use it in GitHub Desktop.
#if ($is_signed_in)
#foreach ($private_layout in $globalLayouts)
#if ($globalNav.contains("$private_layout.getName($locale).toLowerCase()"))
#if ($private_layout.isSelected(true, $layout, $layout.getAncestorPlid()) || $private_layout.isChildSelected(true, $layout) )
<li class="selected">
#else
<li>
#end
<a href="$portalUtil.getLayoutFriendlyURL($private_layout, $theme_display)" $private_layout.getTarget()>$private_layout.getName($locale)</a>
</li>
#end
#end
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment