X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fshorttitles.pl;h=aab0766e4fe14cf75472b9e76125ff42add771f6;hb=a317762dab2b775334cc85a43b6fe2e3c2097eab;hp=c6b93c8dc8f7b0c1d22042451b55eccadeaffc64;hpb=c3330be0f0502a8c3ecd0406aeea6b61cf3e78e0;p=ccbs diff --git a/html/shorttitles.pl b/html/shorttitles.pl index c6b93c8..aab0766 100755 --- a/html/shorttitles.pl +++ b/html/shorttitles.pl @@ -13,7 +13,7 @@ my $dbh = ccbs::db_connect(); my $songs = ccbs::db_fetch_all($dbh, 'SELECT song,title,shorttitle FROM songs NATURAL LEFT JOIN songshorttitles ORDER BY LOWER(title)'); ccbs::print_header(); -ccbs::process_template('shorttitles.tmpl', 'Korte titler', { +ccbs::process_template('shorttitles.tmpl', _('Short titles'), { songs => $songs, }); $dbh->disconnect;