Skip to content

Commit 0c3a1a7

Browse files
committedJan 9, 2014
TRUNK-2157: Legacy theme: Improper OpenMRS logo link
1 parent 4e5f4ae commit 0c3a1a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎webapp/src/main/resources/themes/defaults.properties

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ image.logo.small=/images/openmrs_logo_white.gif
22
image.logo.text.small=/images/openmrs_logo_text_small.gif
33
image.logo.large=/images/openmrs_logo_white_large.png
44
url.organization=http://openmrs.org
5+
url.homepage=/index.htm
56
favicon=/images/openmrs-favicon.ico
67
favicon.png=/images/openmrs-favicon.png
78

‎webapp/src/main/webapp/WEB-INF/template/banner.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="banner">
2-
<a href="<spring:theme code="url.organization" />">
2+
<a href="<%= request.getContextPath() %><spring:theme code="url.homepage" />">
33
<div id="logosmall"><img src="<%= request.getContextPath() %><spring:theme code="image.logo.text.small" />" alt="OpenMRS Logo" border="0"/></div>
44
</a>
55
<table id="bannerbar">

0 commit comments

Comments
 (0)
Please sign in to comment.