summaryrefslogtreecommitdiff
path: root/html/pages/maps.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/pages/maps.php')
-rw-r--r--html/pages/maps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/maps.php b/html/pages/maps.php
index 1959085..bd1106e 100644
--- a/html/pages/maps.php
+++ b/html/pages/maps.php
@@ -7,7 +7,7 @@ function InvertSort($curr_field, $filter, $sort) {
function SortPic($curr_field, $filter, $sort) {
if ($curr_field != $filter) return;
- $fname = 'images/s_'. strtolower($sort) .'.png';
+ $fname = 'assets/images/s_'. strtolower($sort) .'.png';
if (!file_exists($fname)) return;
return('&nbsp;<img src="'. $fname .'" border="0" width="11" height="9" alt="" class="tooltip" title="('.strtolower($sort).'ending)">');
}