From 16adb29be3d6f908288c56951f89afce3fefab40 Mon Sep 17 00:00:00 2001 From: sandbox8 Date: Fri, 12 Jul 2013 13:49:28 +0200 Subject: [PATCH] Bug xxxxx: replace tmpl with tt Signed-off-by: sandboxes http://bugs.koha-community.org/show_bug.cgi?id=6473 --- mainpage.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mainpage.pl b/mainpage.pl index b8bfcca..a471479 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -33,7 +33,7 @@ my $query = new CGI; my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user( { - template_name => "intranet-main.tmpl", + template_name => "intranet-main.tt", query => $query, type => "intranet", authnotrequired => 0, -- 1.7.2.5