Created
August 27, 2019 15:40
-
-
Save travisrcory/3a6ffc91ae992bfd6321bd25dced42ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="sample-layout" id="main-content" role="main"> | |
<div class="portlet-layout row"> | |
<div class="col-md-3"> | |
<#assign preferences = { | |
"displayDepth": "1", | |
"rootMenuItemLevel": "1", | |
"portletSetupPortletDecoratorId": "barebone" | |
} /> | |
${processor.processPortlet("com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet", preferences)} | |
</div> | |
<div class="col-md-9 portlet-column portlet-column-only" id="column-1"> | |
${processor.processColumn("column-1", "portlet-column-content portlet-column-content-only")} | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment