patch for Bug 8226 - 'OpacFooter' markup/css improvements
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / opac-bottom.inc
index 66e26c1..295eb5b 100644 (file)
         [% END %]
     [% END %]
 
-
-[% IF ( OpacKohaUrl ) %]
+    [% IF ( OpacKohaUrl ) %]
     <span class="koha_url">
-        <a class="koha_url" href="http://koha-community.org">Powered by <strong>Koha</strong></a>&nbsp;&nbsp;
+        Powered by <strong>
+        [% IF template.name.match('opac-main.tt') %]
+            <a class="koha_url" href="http://koha-community.org">Koha</a>
+        [% ELSE %]
+            <a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a>
+        [% END %]
+        </strong>&nbsp;&nbsp;
     </span>
-[% END %]
+    [% END %]
 
 [% END %]