Ticket #387 (closed defect: fixed)
Department and Course home page default image links are hard coded...
| Reported by: | tom | Owned by: | brent |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3.1 |
| Component: | General | Version: | Notre Dame 2.3.1-rc1 |
| Keywords: | Cc: |
Description
Department and Course home page default image links are hard coded so they only work if the site is named eduCommons. When I name the site eduCommonsTest both these image links break. The "About the Professor" template uses the same defaulteducom.gif image, but it is done correctly, so it ends up correct.
BAD: <img alt="Course Image" title="Course Image" width="275" height="275" border="0" src="http://localhost:9008/eduCommons/defaulteducom.gif" />
GOOD: <img alt="Course Image" title="Course Image" width="275" height="275" border="0" src="http://localhost:9008/eduCommonsTest/defaulteducom.gif" />
Change History
Note: See
TracTickets for help on using
tickets.

Fixed by changing to relative links [3655]