]> git.koha-community.org Git - koha.git/commit
some opac systempreferences are set by all pages.
authortipaul <tipaul>
Wed, 8 Mar 2006 13:46:55 +0000 (13:46 +0000)
committertipaul <tipaul>
Wed, 8 Mar 2006 13:46:55 +0000 (13:46 +0000)
commit9329a2c0982935decbcccd1d24d5b5826a029e58
tree1adbebe7806024a480100c20236f96e8aa93d4ee
parentd511c44177c3ff0c3d39982daf357cdfef6ff1ba
some opac systempreferences are set by all pages.
Moving the $template->param where the template is open. This way, nothing can be forgotten, and code is more readable. Feel free to move to Auth.pm any new systempref

(note : where it has been moved, the pref is set even if the user is not logged in, that's what we want)
18 files changed:
C4/Auth.pm
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
opac/opac-account.pl
opac/opac-basket.pl
opac/opac-detail.pl
opac/opac-passwd.pl
opac/opac-readingrecord.pl
opac/opac-reserve.pl
opac/opac-search.pl
opac/opac-searchresults.pl
opac/opac-serial-issues.pl
opac/opac-shelves.pl
opac/opac-sidebar.pl
opac/opac-suggestions.pl
opac/opac-user.pl
opac/opac-userdetails.pl
opac/opac-userupdate.pl