Changing to get the template from the right directory

This commit is contained in:
rangi 2006-02-15 02:18:28 +00:00
parent 1d5d73557a
commit 3cb9cf08a3

View file

@ -40,7 +40,7 @@ my $dbh = C4::Context->dbh;
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
{
template_name => "acqui.simple/isbnsearch.tmpl",
template_name => "cataloguing/isbnsearch.tmpl",
query => $input,
type => "intranet",
authnotrequired => 0,
@ -205,4 +205,4 @@ my $dbh = C4::Context->dbh;
-type => guesstype( $template->output ),
-cookie => $cookie
),
$template->output;
$template->output;