Skip to content
Snippets Groups Projects
Commit 534e12a1 authored by spennythug's avatar spennythug
Browse files

Making correct favicon

parent 20208e55
No related branches found
No related tags found
4 merge requests!15WIP: Support WDN version 5.3,!8Update for elgg upgrade,!3Develop,!1Git fixes
......@@ -124,7 +124,11 @@ function unl_theme_setup_head($hook, $type, $data) {
'name' => 'viewport',
'content' => 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0',
);
$data['links'][] = array(
'id' => 'favicon',
'rel' => 'shortcut icon',
'href' => 'https://unlcms.unl.edu/wdn/templates_4.1/includes/icons/favicon.ico',
);
$data['links'][] = array(
'rel' => 'apple-touch-icon',
'href' => elgg_normalize_url('mod/unl_theme/graphics/homescreen.png'),
......@@ -132,3 +136,6 @@ function unl_theme_setup_head($hook, $type, $data) {
return $data;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment