@0<`;EfXa!;{@0bXEfAc!X{00Ef`\V!P{@0pmEfp!m{@0`EfH`ia.!{@0`IEfAI.!J{ 0uEf`0a.!@>{@0V`EfAV!`{p0EfA!w{O00Ef!;Kp0{@0EfA!0{0pFEfA:0KH{@0аEfAG!{0EfA!{ 003Ef10~wP3{@0pEf0v!{@00vEfA`!v{ 0`?Ef0!&{@00Ef! P!P{@0n0EfAn!P{0PEfA`a!{00gEf <Pg{@0 EEfO0!@E{@0EfA!{0`{EfA{!0W{ 0PP3EfA!p3{0 @Ef`cvA{@0`EfA!{0 iEfAP!i{ 0psEft!s{@0@?EfAp?!`{0vplEf l0?l{@0P ~Ef1a~{@0 КEfAP!{0cEf!!{@0ЗEfA!{0 @EfAk in Contao 5.0. Use "Contao\FrontendTemplate::section()" instead.'); return '
' . $this->sections[$strKey] . '
' . "\n"; } /** * Return all custom layout sections * * @param string $strKey An optional section name * * @return string The section markup * * @deprecated Deprecated since Contao 4.0, to be removed in Contao 5.0. * Use FrontendTemplate::sections() instead. */ public function getCustomSections($strKey=null) { trigger_deprecation('contao/core-bundle', '4.0', 'Using "Contao\FrontendTemplate::getCustomSections()" has been deprecated and will no longer work in Contao 5.0. Use "Contao\FrontendTemplate::sections()" instead.'); if ($strKey && !isset($this->positions[$strKey])) { return ''; } $tag = 'div'; // Use the section tag for the main column if ($strKey == 'main') { $tag = 'section'; } $sections = ''; // Standardize the IDs (thanks to Tsarma) (see #4251) foreach ($this->positions[$strKey] as $sect) { if (isset($this->sections[$sect['id']])) { $sections .= "\n" . '<' . $tag . ' id="' . StringUtil::standardize($sect['id'], true) . '">' . "\n" . '
' . "\n" . $this->sections[$sect['id']] . "\n" . '
' . "\n" . '' . "\n"; } } if (!$sections) { return ''; } return '
' . "\n" . $sections . "\n" . '
' . "\n"; } } An Error Occurred: Internal Server Error

Oops! An Error Occurred

The server returned a "500 Internal Server Error".

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.