koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/opac opac-main.pl [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/opac opac-main.pl [rel_2_2]
Date: Fri, 03 Feb 2006 21:08:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/03 21:08:19

Modified files:
        opac           : opac-main.pl 

Log message:
        Updating script for new system preference: OpacNav
        Also updating for LibraryName system preference (not there for
        some reason)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-main.pl.diff?only_with_tag=rel_2_2&tr1=1.16.2.3&tr2=1.16.2.4&r1=text&r2=text

Patches:
Index: koha/opac/opac-main.pl
diff -u koha/opac/opac-main.pl:1.16.2.3 koha/opac/opac-main.pl:1.16.2.4
--- koha/opac/opac-main.pl:1.16.2.3     Fri Dec 30 10:58:13 2005
+++ koha/opac/opac-main.pl      Fri Feb  3 21:08:19 2006
@@ -55,9 +55,12 @@
                $template->param(languages => address@hidden);
 }
 $template->param(CGIitemtype => $CGIitemtype,
+                               
                                suggestion => 
C4::Context->preference("suggestion"),
                                virtualshelves => 
C4::Context->preference("virtualshelves"),
                                textmessaging => $borrower->{textmessaging},
                                opaclargeimage => 
C4::Context->preference("opaclargeimage"),
+                               LibraryName => 
C4::Context->preference("LibraryName"),
+                               OpacNav => C4::Context->preference("OpacNav"),
 );
 output_html_with_http_headers $input, $cookie, $template->output;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]