Lines 25-32
use CGI;
Link Here
|
25 |
|
25 |
|
26 |
use C4::Auth qw(get_template_and_user); |
26 |
use C4::Auth qw(get_template_and_user); |
27 |
use C4::Output qw(output_html_with_http_headers); |
27 |
use C4::Output qw(output_html_with_http_headers); |
28 |
use C4::Creators::Lib 1.000000 qw(get_all_templates get_unit_values); |
28 |
use C4::Creators::Lib qw(get_all_templates get_unit_values); |
29 |
use C4::Patroncards::Profile 1.000000; |
29 |
use C4::Patroncards::Profile; |
30 |
|
30 |
|
31 |
my $cgi = new CGI; |
31 |
my $cgi = new CGI; |
32 |
my ( $template, $loggedinuser, $cookie ) = get_template_and_user( |
32 |
my ( $template, $loggedinuser, $cookie ) = get_template_and_user( |