fix PHP Error: Undefined constant "title"

This commit is contained in:
Ralf Becker 2021-11-10 08:58:32 +01:00
parent 2ce96a6f8d
commit 2cb1007525

View File

@ -20,7 +20,7 @@
<row> <row>
<box id="portlets"> <box id="portlets">
<!-- Box wrapper needed to get box to auto-repeat --> <!-- Box wrapper needed to get box to auto-repeat -->
<box id="${row}"><portlet id="${_cont[id]}" title="${_cont[title]}" color="@color" parent_node="home-index_portlets" settings="@settings" width="@width" height="@height" row="@row" col="@col" value="@content" class="@class"/></box> <box id="${row}"><portlet id="${_cont[id]}" title="$_cont[title]" color="@color" parent_node="home-index_portlets" settings="@settings" width="@width" height="@height" row="@row" col="@col" value="@content" class="@class"/></box>
</box> </box>
</row> </row>
</rows> </rows>