X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftournaments.pl;h=fce241e83fca1ce25b96153ef2cb59f651cc58fe;hb=39c362699f9d5070f2f09cfb576c4e2b0caa22f0;hp=8417b3c3af24bdd8e4baa57ea2e95607a739a271;hpb=bced2892820afbfdd4ead08712e1702fe88ee75d;p=ccbs diff --git a/html/tournaments.pl b/html/tournaments.pl index 8417b3c..fce241e 100755 --- a/html/tournaments.pl +++ b/html/tournaments.pl @@ -8,5 +8,5 @@ my $dbh = ccbs::db_connect(); my $tournaments = ccbs::db_fetch_all($dbh, 'SELECT * FROM tournaments NATURAL JOIN seasons ORDER BY season, date'); ccbs::print_header(); -ccbs::process_template('tournaments.tmpl', 'Turneringer', { tournaments => $tournaments }); +ccbs::process_template('tournaments.tmpl', _('Tournaments'), { tournaments => $tournaments }); $dbh->disconnect;