Fix image path broken by over-zealous replacement
authorJeff Godin <jgodin@tadl.org>
Wed, 23 May 2012 13:20:59 +0000 (09:20 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 23 May 2012 13:20:59 +0000 (09:20 -0400)
Over-zealous substitution on my part.

There is no /images/tadl-legacy, just /images/tadl

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml

index 7995ff3..72e94dd 100644 (file)
@@ -28,7 +28,7 @@
 
 
        <div style='width: 100%; text-align: center'>
-               <img src='<!--#echo var="OILS_BASE"-->/images/tadl-legacy/main_logo.gif' />
+               <img src='<!--#echo var="OILS_BASE"-->/images/tadl/main_logo.gif' />
        </div>
 
        <style type="text/css">.rowpad { height: 20px; }</style>