Clicking on the logo now redirects to home instead of about

The previous behaviour was confusing, because on
most websites, clicking on the logo will redirect
to the main page, and not on the about one.
master
jvoisin 5 years ago
parent eea9416fbe
commit cdd47b36d2
  1. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/left.jsp

@ -59,7 +59,9 @@
<a name="top"></a>
<div style="padding-bottom:1.5em">
<a href="help.view?" target="main"><img src="<spring:theme code="logoImage"/>" style="width:196px" title="<fmt:message key="top.help"/>" alt=""></a>
<a href="home.view" target="main">
<img src="<spring:theme code="logoImage"/>" style="width:196px" title="<fmt:message key="top.help"/>" alt="">
</a>
</div>
<c:if test="${fn:length(model.musicFolders) > 1}">

Loading…
Cancel
Save