- changed the path of the topnav_logo to fetch the local file rather
than the one from tadl.org
- changed the URL the logo href points to.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
- <div id="topnav_logo"> <a href="http://www.tadl.org/"><img alt="[% l('TADL Logo') %]"
- src="https://www.tadl.org/sites/all/themes/converge_custom/logo.png" /></a></div>
+ <div id="topnav_logo"> <a href="/eg/opac/home"><img alt="[% l('TADL Logo') %]"
+ src="[% ctx.media_prefix %]/images/tadl/logo.png" /></a></div>