'data/scores.php', 'songlist' => 'data/songlist.php', 'code' => 'code/ddr_funcs.php', 'style' => 'style/ddr.css.php', 'techpage' => 'tech.php', ); include($files['scores']); // supplies $who, $how, and hash $scores include($files['songlist']); // supplies $game, $levels, and hash $songs include($files['code']); $update = date("Y-m-d", filemtime($files['scores'])); $title = "DDR $game — $who"; $intro = "These scores obtained by $who $how. Last update: $update."; print("\n\n"); print_head(); print("\n\n"); printf("

%s

\n\n", $title); printf("

%s

\n\n", $intro); print_table(); print_tech_ref(); print("\n\n"); ?>