This commit is contained in:
Olu Amey
2022-03-15 10:06:54 -04:00
parent ec670d2cc5
commit e31ec12675
5 changed files with 142 additions and 102 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Support extends BaseController {
public function index() {
$data = array();
$data["country"] = MERMS_COUNTRIES;
$this->renderExtPage('support', $data);
$this->renderExtPage('contact', $data);
}
//--------------------------------------------------------------------
}