diff options
Diffstat (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp')
-rw-r--r-- | subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp new file mode 100644 index 00000000..cedadd8d --- /dev/null +++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp @@ -0,0 +1,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>
|