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

(-)a/opac/opac-news-rss.pl (-6 lines)
Lines 42-52 my ( $template, $borrowernumber, $cookie ) = get_template_and_user( Link Here
42
    }
42
    }
43
);
43
);
44
44
45
my $casAuthentication = C4::Context->preference('casAuthentication');
46
$template->param(
47
    casAuthentication   => $casAuthentication,
48
);
49
50
# Get the news to display
45
# Get the news to display
51
# use cookie setting for language, bug default to syspref if it's not set
46
# use cookie setting for language, bug default to syspref if it's not set
52
my ($theme, $news_lang, $availablethemes) = C4::Templates::themelanguage(C4::Context->config('opachtdocs'),'opac-main.tt','opac',$input);
47
my ($theme, $news_lang, $availablethemes) = C4::Templates::themelanguage(C4::Context->config('opachtdocs'),'opac-main.tt','opac',$input);
53
- 

Return to bug 7843