updated some contrib modules, pwa themecolor setting
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user