Commit 6f3cedca by Ildar Safiullin

aaa

parent 147ccdc3
......@@ -84,15 +84,13 @@
</#list>
<#assign LayoutLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")>
<#assign pageLayout = LayoutLocalService.getLayout(linkGroupId, linkPrivate, linkPageId)>
<#assign friendly_page_link = portalUtil.getLayoutFriendlyURL(pageLayout, themeDisplay)>
<#assign pageLayout = LayoutLocalService.getLayout(linkGroupId, linkPrivate, linkPageId)>
<#assign friendly_page_link = portalUtil.getLayoutFriendlyURL(pageLayout, themeDisplay)>
<li class="lfr-asset-item">
<div>
<div class="card">
<div class="aspect-ratio aspect-ratio-bg-cover" style="background-image: url('${ddmimg}&imagePreview=1')">
<div class="editIcon">
<span><@getEditIcon /></span>
......@@ -107,7 +105,6 @@
</div>
</div>
</div>
</li>
</#list>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment