diff --git a/templates/svjf/tpl_uebersicht_standard.php b/templates/svjf/tpl_uebersicht_standard.php index ac62295..7822747 100644 --- a/templates/svjf/tpl_uebersicht_standard.php +++ b/templates/svjf/tpl_uebersicht_standard.php @@ -5,6 +5,9 @@ $subline = ''; $text = ''; foreach($this->_data as $pagePart) { + if (!isset($pagePart['type'])) { + continue; + } switch ( $pagePart['type']) { case 'headline' :