fix favicon to work on relocated netdisco installs
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset | html_entity %]" />
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="[% uri_base %]/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="[% uri_base %]/images/favicon.ico" type="image/x-icon">
|
||||
<title>Netdisco</title>
|
||||
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
|
||||
|
||||
Reference in New Issue
Block a user