fix favicon
parent
8aa249b794
commit
05307d11b3
|
|
@ -10,7 +10,7 @@
|
||||||
<%= headTitle %>: <%= configFunctions.getProperty("application.applicationName") %>
|
<%= headTitle %>: <%= configFunctions.getProperty("application.applicationName") %>
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="icon" href="<%= urlPrefix %>/images/favicon.png" />
|
<link rel="icon" href="<%= urlPrefix + configFunctions.getProperty("application.logoURL") %>" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="<%= urlPrefix %>/stylesheets/style.css" />
|
<link rel="stylesheet" href="<%= urlPrefix %>/stylesheets/style.css" />
|
||||||
<link rel="stylesheet" href="<%= urlPrefix %>/lib/leaflet/leaflet.css" />
|
<link rel="stylesheet" href="<%= urlPrefix %>/lib/leaflet/leaflet.css" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue