diff --git a/system/controllers/map.php b/system/controllers/map.php index 21c95cad..20a9d9b9 100644 --- a/system/controllers/map.php +++ b/system/controllers/map.php @@ -38,7 +38,7 @@ switch ($action) { $ui->assign('xheader', ''); $ui->assign('_title', Lang::T('Customer Geo Location Information')); $ui->assign('xfooter', ''); - $ui->display('map-customer.tpl'); + $ui->display('customer-map.tpl'); break; default: diff --git a/ui/ui/map-customer.tpl b/ui/ui/customer-map.tpl similarity index 100% rename from ui/ui/map-customer.tpl rename to ui/ui/customer-map.tpl