View | Details | Raw Unified | Return to bug 8883
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc (-1 / +12 lines)
Lines 77-83 Link Here
77
<div id="opac-main-search" class="yui-g">
77
<div id="opac-main-search" class="yui-g">
78
78
79
<a class="logo" href="/cgi-bin/koha/opac-main.pl">
79
<a class="logo" href="/cgi-bin/koha/opac-main.pl">
80
  [% UNLESS ( opacsmallimage ) %]
81
      [% UNLESS ( LibraryName ) %]
80
    <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="Koha Online Catalog" />
82
    <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="Koha Online Catalog" />
83
      [% ELSE %]
84
    <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="[% LibraryName %] Online Catalog" />
85
      [% END %]
86
  [% ELSE %]
87
      [% UNLESS ( LibraryName ) %]
88
    <img src="[% opacsmallimage %]" alt="Koha Online Catalog" />
89
      [% ELSE %]
90
    <img src="[% opacsmallimage %]" alt="[% LibraryName %] Online Catalog" />
91
      [% END %]
92
  [% END %]
81
</a>
93
</a>
82
94
83
<div id="fluid">
95
<div id="fluid">
84
- 

Return to bug 8883