<img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/navbar-kids.png" />
[% l("Kids' Catalog") %]</a>
<!-- <a href="http://pines.georgialibraries.org/about">[% l('About PINES') %]</a> -->
- <a href="http://gapines.org/eg/opac/galileo">
+ [% IF ctx.physical_loc;
+ # patron is at the branch, no redirect needed
+ gurl = 'http://www.galileo.usg.edu/express';
+ ELSE;
+ # send patron to galileo auth redirector
+ gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1);
+ END %]
+ <a href="[% gurl %]">
<img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/navbar-galileo.png" />
[% l('GALILEO Research Databases') %]</a>
<a href="http://pines.georgialibraries.org/catalog-help">
</div>
</div>
-<div style="clear:both;" />
\ No newline at end of file
+<div style="clear:both;" />