updated some contrib modules, pwa themecolor setting

This commit is contained in:
2024-10-19 15:35:11 +02:00
parent 7759cc5637
commit 1096ac5408
3 changed files with 108 additions and 102 deletions

View File

@@ -151,14 +151,14 @@ function materiotheme_preprocess_html(&$vars) {
$vars['page']['#attached']['html_head'][] = [$ms, '$ms'];
// <meta name="theme-color" content="#ffffff">
$tc = array(
'#tag' => 'meta',
'#attributes' => array(
'name' => 'theme-color',
'content' => "#69ccce"
),
);
$vars['page']['#attached']['html_head'][] = [$tc, '$tc'];
// $tc = array(
// '#tag' => 'meta',
// '#attributes' => array(
// 'name' => 'theme-color',
// 'content' => "#69ccce"
// ),
// );
// $vars['page']['#attached']['html_head'][] = [$tc, '$tc'];
// <meta http-equiv="pragma" content="no-cache" />
$pragma = array(