use C4::Auth;
use C4::Output;
my $query = new CGI;
my $query = CGI->new;
my ($template, $borrowernumber, $cookie)
= get_template_and_user(
=head2 new
$context = new C4::Context;
$context = C4::Context->new;
$context = new C4::Context("/path/to/koha-conf.xml");
$context = C4::Context->new("/path/to/koha-conf.xml");
Allocates a new context. Initializes the context from the specified
file, which defaults to either the file given by the C<$KOHA_CONF>
-