Remove warnings in template.

This commit is contained in:
2024-03-28 12:10:25 +01:00
parent 3c8392a2df
commit a4631b7ec0

View File

@@ -5,6 +5,9 @@ $subline = '';
$text = '';
foreach($this->_data as $pagePart)
{
if (!isset($pagePart['type'])) {
continue;
}
switch ( $pagePart['type'])
{
case 'headline' :