adding logos
authorChris Sharp <csharp@georgialibraries.org>
Mon, 9 May 2016 13:58:43 +0000 (09:58 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 May 2018 12:37:52 +0000 (08:37 -0400)
Open-ILS/src/templates/opac/parts/homesearch.tt2
Open-ILS/src/templates/opac/parts/topnav_logo.tt2
Open-ILS/web/opac/images/govman_hires_black.png [new file with mode: 0644]
Open-ILS/web/opac/images/govman_logo.png [new file with mode: 0644]

index 7fbc620..f6026a5 100644 (file)
@@ -1,4 +1,4 @@
 <div id="homesearch_main_logo">
-    <img src="[% ctx.media_prefix %]/opac/images/main_logo.png[% ctx.cache_key %]"
-        [% img_alt(l('Evergreen Logo')) %]/>
+    <img src="[% ctx.media_prefix %]/opac/images/govman_hires_black.png[% ctx.cache_key %]" 
+        [% img_alt(l("Georgia Governor's Mansion")) %]/>
 </div>
index 944eb19..dd13eb9 100644 (file)
@@ -1,2 +1,2 @@
-       <div id="topnav_logo"> <a href="/"><img alt="[% l('Evergreen Logo') %]" 
-            src="[% ctx.media_prefix %]/opac/images/small_logo.png[% ctx.cache_key %]" /></a></div>
+       <div id="topnav_logo"> <a href="/">
+           <img alt="Governor's Mansion: Treasures from the Library" src="[% ctx.media_prefix %]/opac/images/govman_logo.png[% ctx.cache_key %]" /></a></div>
diff --git a/Open-ILS/web/opac/images/govman_hires_black.png b/Open-ILS/web/opac/images/govman_hires_black.png
new file mode 100644 (file)
index 0000000..58e0dd6
Binary files /dev/null and b/Open-ILS/web/opac/images/govman_hires_black.png differ
diff --git a/Open-ILS/web/opac/images/govman_logo.png b/Open-ILS/web/opac/images/govman_logo.png
new file mode 100644 (file)
index 0000000..f9eea62
Binary files /dev/null and b/Open-ILS/web/opac/images/govman_logo.png differ