summaryrefslogtreecommitdiffstats
path: root/pages/home.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-14 00:42:29 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-14 00:42:29 -0800
commitf65cf9406397ac688ec4060ba070e172af0cd90b (patch)
tree391b668b47b1237711b5424722d0be07fb4f9509 /pages/home.php
parenta5d4ffe96373a24c398a47165e7079e30735467f (diff)
downloadpathery-f65cf9406397ac688ec4060ba070e172af0cd90b.tar.xz
Lots'n Lots of work on the scoreboard...
Diffstat (limited to 'pages/home.php')
-rw-r--r--pages/home.php3
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 = '';