From 146e25f707bf407b99c044cb10f6109d66aee5d0 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 8 Mar 2006 13:15:05 +0000 Subject: [PATCH] adding opacreadinghistory support in default css templates as well --- koha-tmpl/opac-tmpl/css/en/opac-main.tmpl | 27 +++++++++++++---------- opac/opac-main.pl | 1 + 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl b/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl index e0b138b2cf..b398a44b64 100644 --- a/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl +++ b/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl @@ -69,8 +69,9 @@ My details - My reading history - + + My reading history + Log Out @@ -82,16 +83,18 @@

Log in to Koha to have personal options.

-
-

- - -

-
+ +
+

+ + +

+
+ diff --git a/opac/opac-main.pl b/opac/opac-main.pl index e825aba86b..b1423cb209 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -63,6 +63,7 @@ $template->param(CGIitemtype => $CGIitemtype, LibraryName => C4::Context->preference("LibraryName"), OpacNav => C4::Context->preference("OpacNav"), opaccredits => C4::Context->preference("opaccredits"), + opacreadinghistory => C4::Context->preference("opacreadinghistory"), opacsmallimage => C4::Context->preference("opacsmallimage"), opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"), opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"), -- 2.39.5