<<

NAME

C4::NewsChannels - Functions to manage OPAC and intranet news

DESCRIPTION

This module provides the functions needed to mange OPAC and intranet news.

FUNCTIONS

GetNewsToDisplay

    $news = &GetNewsToDisplay($lang);
    C<$news> is a ref to an array which containts
    all news with expirationdate > today or expirationdate is null.

AUTHOR

TG

<<