From ac147638b5c448d4d5285462d2f4dcbcdb50c4ca Mon Sep 17 00:00:00 2001 From: Joe Huss Date: Mon, 17 Jun 2019 14:09:02 -0400 Subject: [PATCH] template update --- src/view_maxmind.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view_maxmind.php b/src/view_maxmind.php index 44e0166..aac520c 100644 --- a/src/view_maxmind.php +++ b/src/view_maxmind.php @@ -65,5 +65,5 @@ function_requirements('get_maxmind_field_descriptions'); $smarty = new TFSmarty; $smarty->assign('maxmind', $maxmind); $smarty->assign('maxmind_fields', obj2array(json_decode(file_get_contents(INCLUDE_ROOT.'/config/maxmind_output_fields.json')))); - add_output($smarty->fetch('view_maxmind.tpl')); + add_output($smarty->fetch('billing/view_maxmind.tpl')); }