diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 15:09:31 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 15:09:31 -0800 |
commit | c53c6eb6476ab7f9ef1f080eaa34ec0d076d5ea3 (patch) | |
tree | c4b4b75e9f4cdfacd8408ab4029af8a2bdb375e7 /pages/embed.php | |
parent | fbae790d584f2e37c001f793f9532387d601dbbe (diff) | |
download | pathery-c53c6eb6476ab7f9ef1f080eaa34ec0d076d5ea3.tar.xz |
Clean URL's
Diffstat (limited to 'pages/embed.php')
-rw-r--r-- | pages/embed.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/embed.php b/pages/embed.php index 4c1ca68..7d7e615 100644 --- a/pages/embed.php +++ b/pages/embed.php @@ -90,10 +90,10 @@ $mergesolution = $map; ?>
<div class="col2" style="text-align: center">
<?
-echo "$date: <a href='?page=embed&maptype=easy'>Easy</a> | ";
-echo "<a href='?page=embed&maptype=normal'>Normal</a> | ";
-echo "<a href='?page=embed&maptype=hard'>Hard</a> | ";
-echo "<a href='?page=embed&maptype=day'>Special</a>";
+echo "$date: <a href='embed?maptype=easy'>Easy</a> | ";
+echo "<a href='embed?maptype=normal'>Normal</a> | ";
+echo "<a href='embed?maptype=hard'>Hard</a> | ";
+echo "<a href='embed?maptype=day'>Special</a>";
echo DisplayMap($mergesolution, $mapID);
|