diff options
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 = '';
|