Merge branch 'bug_8883' into 3.12-master
This commit is contained in:
commit
20a8efcad8
1 changed files with 12 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue