aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp
blob: cedadd8d4b6181ef649ac1d69cfe9e0dda7256d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%@ include file="include.jsp" %>

<!--[if lt IE 7.]>
<script defer type="text/javascript" src="<c:url value="/script/pngfix.js"/>"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<c:set var="styleSheet"><spring:theme code="styleSheet"/></c:set>
<c:set var="faviconImage"><spring:theme code="faviconImage"/></c:set>
<link rel="stylesheet" href="<c:url value="/${styleSheet}"/>" type="text/css">
<link rel="shortcut icon" href="<c:url value="/${faviconImage}"/>" type="text/css">
<title>Subsonic</title>