Removing footer links and adding real links for topnav.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 12:21:56 +0000 (08:21 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 May 2018 12:37:56 +0000 (08:37 -0400)
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2

index e183ed2..539d65f 100644 (file)
@@ -1,6 +1,7 @@
 [% IF !ctx.is_staff %]
 <div id="footer-wrap">
 <div id="footer">
+<!-- removing this for governor site
     [% IF ctx.get_org_setting(
         ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
     <a href="[% mkurl(ctx.opac_root _ '/register') %]">[% 
@@ -11,6 +12,7 @@
     <a href="http://example.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
     <a href="http://example.com">[% l('Bottom Link 4') %]</a> &nbsp;|&nbsp;
     <a href="http://example.com">[% l('Bottom Link 5') %]</a>
+-->
     [% IF ctx.timing %]
     <div id="timing">
         [% FOR event IN ctx.timing %]
index e6f4169..ca5e4bc 100644 (file)
@@ -1,11 +1,12 @@
 <div id="gold-links-holder">
     <div id="gold-links">
         <div id="header-links">
-            <a href="http://example.com">[% l('Link 1') %]</a>
-            <a href="http://example.com">[% l('Link 2') %]</a>
-            <a href="http://example.com">[% l('Link 3') %]</a>
-            <a href="http://example.com">[% l('Link 4') %]</a>
-            <a href="http://example.com">[% l('Link 5') %]</a>
+            <a href="http://www.georgialibraries.org/directories/publicdir.php">[% l('Find a Library Near Me') %]</a>
+            <a href="http://www.georgialibraries.org/public/pines.php">[% l('About PINES') %]</a>
+            <a href="http://www.galileo.usg.edu/">[% l('GALILEO') %]</a>
+            <a href="http://www.georgialibraries.org/">[% l('GPLS') %]</a>
+            <a href="http://www.georgiahumanities.org/">[% l('Georgia Humanities Council') %]</a>
+            <a href="https://mansion.georgia.gov/">[% l('Georgia Governor's Mansion') %]</a>
         </div>
     </div>
 </div>