moved favicon link to top of header

v1.18.x
psychobunny 11 years ago
parent a3734f2e15
commit b27478876e

@ -3,6 +3,7 @@
<head>
<title>{browserTitle}</title>
{meta_tags}
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
<link href="{cssSrc}" rel="stylesheet" media="screen">
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
{link_tags}
@ -26,7 +27,6 @@
});
</script>
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
<link rel="icon" type="image/x-icon" href="{brand:favicon}" />
</head>
<body>

Loading…
Cancel
Save