diff options
author | chai <chaifix@163.com> | 2022-03-17 23:49:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-17 23:49:04 +0800 |
commit | cecb6f1a2e6e7f43601ec4aeac481817f9979422 (patch) | |
tree | 02a2fa2452f0f692aa26117a30f1d5b8028cb922 /booth.php | |
parent | 90483f6eb389f041e0dbd0fca8bb766edbc85910 (diff) |
* paginate
Diffstat (limited to 'booth.php')
-rw-r--r-- | booth.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ window.onload = function() { <body> <div id="container"> - + <?php include_once('header.php');?> + <?php include_once('titlebar.php');?> + <div id="music_player_container"> <?php |