NIHVIVO-650 Removed url directive from template data model, and replaced with path to the images directory.

This commit is contained in:
rjy7 2010-09-21 16:13:06 +00:00
parent 72d43f05a5
commit e2407f7b01
2 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,7 @@
</@p.dataPropsWrapper>
<#elseif individual.person>
<@p.dataPropsWrapper id="thumbnail">
<img src="<@url path='/images/dummyImages/person.thumbnail.jpg' />" "
<img src="${urls.images}/dummyImages/person.thumbnail.jpg"
alt="placeholder image" width="115" />
</@p.dataPropsWrapper>
</#if>