From 21a50e2485a4575c033fb8b0a6d830a371f9faac Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 4 Sep 2006 13:33:12 +0000 Subject: [PATCH] showing opacnav for user logging template as well --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index a2d16c7f70..f3f0c51ef4 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -496,6 +496,7 @@ sub checkauth { intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), intranetstylesheet => C4::Context->preference("intranetstylesheet"), IntranetNav => C4::Context->preference("IntranetNav"), + opacnav => C4::Context->preference("OpacNav"), TemplateEncoding => C4::Context->preference("TemplateEncoding"), ); -- 2.39.5