summaryrefslogtreecommitdiffstats
path: root/includes/maps.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/maps.php')
-rw-r--r--includes/maps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/maps.php b/includes/maps.php
index efe17b8..1af64a2 100644
--- a/includes/maps.php
+++ b/includes/maps.php
@@ -324,9 +324,9 @@ function DisplayMapThumbnail($map, $link = false) {
$size = $size.'%';
//$size = '1.2px';
if ($link) {
- $r .= "<table style='cursor:pointer' onclick='document.location.href=\"$link\"' class='map_thumbnail'>";
+ $r .= "<table style='cursor:pointer' onclick='document.location.href=\"$link\"' class='map'>";
} else {
- $r .= "<table style='width:$width;height:$height;' class='map_thumbnail'>";
+ $r .= "<table style='width:$width;height:$height;' class='map'>";
}
for ($y = 0; $y < $map->height; $y++) { //Number of Rows
$r .= "<tr>";