---
koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc
b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc
index d666113..b1bfb29 100644
--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc
+++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc
@@ -77,7 +77,19 @@
<div id="opac-main-search" class="yui-g">
<a class="logo" href="/cgi-bin/koha/opac-main.pl">
+ [% UNLESS ( opacsmallimage ) %]
+ [% UNLESS ( LibraryName ) %]
<img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="Koha Online Catalog"
/>
+ [% ELSE %]
+ <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="[% LibraryName %]
Online Catalog" />
+ [% END %]
+ [% ELSE %]
+ [% UNLESS ( LibraryName ) %]
+ <img src="[% opacsmallimage %]" alt="Koha Online Catalog" />
+ [% ELSE %]
+ <img src="[% opacsmallimage %]" alt="[% LibraryName %] Online Catalog" />
+ [% END %]
+ [% END %]
</a>
<div id="fluid">
--
1.7.10.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/