X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftournaments.pl;h=fce241e83fca1ce25b96153ef2cb59f651cc58fe;hb=eef57263709c5dc7e1f361075e5ce8cb7b7b2367;hp=3fc353172d2f23f5b46b6869ecc6d453dca79062;hpb=f968c8b90cb9b15473e7648758afc3f341d9f560;p=ccbs diff --git a/html/tournaments.pl b/html/tournaments.pl index 3fc3531..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', 'Tournaments', { tournaments => $tournaments }); +ccbs::process_template('tournaments.tmpl', _('Tournaments'), { tournaments => $tournaments }); $dbh->disconnect;