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')); }