some frontend stuff

This commit is contained in:
HB9HIL
2024-08-23 22:17:52 +02:00
parent 3d641985b2
commit 01f78811de
3 changed files with 68 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ class Reg1test extends CI_Controller {
public function index() {
//define Page title
$data['page_title'] = __("Export REG1TEST EDI");
$data['page_title'] = __("Export EDI");
//Load models
$this->load->model('Contesting_model');