topnav logo changes
authorWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:15:52 +0000 (14:15 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:15:52 +0000 (14:15 -0400)
- 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>
templates_tadlskin/opac/parts/topnav_logo.tt2

index 6be8926..8dbdd06 100644 (file)
@@ -1,2 +1,2 @@
-       <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>