]> git.sesse.net Git - ccbs/blobdiff - html/player.pl
Set the title on a player's page to the nick.
[ccbs] / html / player.pl
index ce0e7137312fdc3027bdaf89f84b93eab892e4f4..80011b0d6ba0c0b1acea1e226d95e81b276e3f17 100755 (executable)
@@ -34,7 +34,7 @@ for my $score (@$scores) {
 }
 
 ccbs::print_header();
-ccbs::process_template('player.tmpl', $player->{'title'}, {
+ccbs::process_template('player.tmpl', $player->{'nick'}, {
        player => $player,
        bestsongs => $bestsongs,
        allsongs => \@allsongs,