diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-14 00:42:29 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-14 00:42:29 -0800 |
commit | f65cf9406397ac688ec4060ba070e172af0cd90b (patch) | |
tree | 391b668b47b1237711b5424722d0be07fb4f9509 /pages/home.php | |
parent | a5d4ffe96373a24c398a47165e7079e30735467f (diff) | |
download | pathery-f65cf9406397ac688ec4060ba070e172af0cd90b.tar.xz |
Lots'n Lots of work on the scoreboard...
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/home.php b/pages/home.php index cc94068..31ea756 100644 --- a/pages/home.php +++ b/pages/home.php @@ -55,6 +55,7 @@ echo soundManager2(); <script type="text/javascript">
playerWallColor = '<?PHP echo isset($wallColor) ? $wallColor : ''; ?>';
playerWallEmblem = '<?PHP echo isset($wallEmblem) ? $wallEmblem : ''; ?>';
+scoresShowNavSideBtns = true;
</script>
<!-- Advertisement -->
@@ -200,7 +201,7 @@ function displayMaze($motd, $mapType) { $topscorediv = "
<div class='scoreContainer2' style='position:relative;' id='$mapID,dspScore'>
</div>
-<script>scoresShowPage($mapID, 1);</script>
+<script>scoresShowPage(1, $mapID);</script>
";
$mysolution = '';
|