From 273d98f3adcf5bcc3e7fb481845ce817c6e358e4 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Sat, 23 Mar 2024 12:16:42 +0700 Subject: [PATCH] map-customer.tpl to customer-map.tpl --- system/controllers/map.php | 2 +- ui/ui/{map-customer.tpl => customer-map.tpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ui/ui/{map-customer.tpl => customer-map.tpl} (100%) diff --git a/system/controllers/map.php b/system/controllers/map.php index 21c95ca..20a9d9b 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