Update functions.php

This commit is contained in:
slawkens 2023-08-10 13:05:17 +02:00
parent 7bab8f033c
commit 16ebc1f577

View File

@ -482,7 +482,7 @@ function template_place_holder($type): string
function template_header($is_admin = false): string
{
global $title_full, $config, $twig;
$charset = isset($config['charset']) ? $config['charset'] : 'utf-8';
$charset = $config['charset'] ?? 'utf-8';
return $twig->render('templates.header.html.twig',
[