made the "photo not available" image configurable in render-config.xml

This commit is contained in:
Eric J. Bowersox
2001-11-11 02:20:34 +00:00
parent 070fd2c9e2
commit f9cb84d465
7 changed files with 47 additions and 4 deletions

View File

@@ -92,6 +92,11 @@
<!-- The location of the sidebox configuration file, relative to the application root. -->
<sidebox-config>WEB-INF/sidebox-config.xml</sidebox-config>
<!-- The location of the "photo not available" image, relative to either the main
images directory (if the "fixup" attribute is present) or the site (if it is not).
Image should be 100x100 pixels. -->
<photo-not-avail fixup="true">photo_not_avail.gif</photo-not-avail>
</paths>
<!-- Contains standard messages displayed by front end -->