Skip to content
Snippets Groups Projects
Commit 17ed3924 authored by Kevin Paxman's avatar Kevin Paxman Committed by Kevin Paxman
Browse files

ISTWCMS-4864: code standards

parent 1b6879c5
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!29ISTWCMS-4864: add favicons
...@@ -223,7 +223,7 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) { ...@@ -223,7 +223,7 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
'src' => $favicon_base_path . '/icon-512.png', 'src' => $favicon_base_path . '/icon-512.png',
'type' => 'image/png', 'type' => 'image/png',
'sizes' => '512x512', 'sizes' => '512x512',
] ],
], ],
]; ];
$manifest = json_encode($manifest); $manifest = json_encode($manifest);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment