diff options
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index e407866..7fd76d2 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -7,10 +7,9 @@ htmlHeader( ?>
-<body>
<?php
-topbar($Links);
+topbar($headerLinks);
include_once ('./includes/maps.php');
include_once ('./includes/mapclass.php');
|