second-team5 - IPC Counsel Portfolio Services
##
## Web content templates are used to lay out the fields defined in a
## web content structure.
##
## Please use the left panel to quickly add commonly used variables.
## Autocomplete is also available and can be invoked by typing "$".
##
#set($layoutLocalServiceUtil = $serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")) #set($topPublicLayouts = $layoutLocalServiceUtil.getLayouts($groupId,false)) #set($childPages = "") #foreach ($lay_item in $topPublicLayouts) #if ($lay_item.getHidden() && $lay_item.getFriendlyURL().trim().toLowerCase().equals("/bio") && $lay_item.hasChildren()) #foreach ($child in $lay_item.getChildren()) #set($childPages = $childPages + "/" + $child.getFriendlyURL()) #end #end #end
