And controller is needed

This commit is contained in:
Andreas Kristiansen
2024-05-26 20:47:36 +02:00
parent a4330da95a
commit ad759c2919

View File

@@ -152,6 +152,7 @@ class adif extends CI_Controller {
$station_profile = $this->stations->profile($active_station_id);
$data['active_station_info'] = $station_profile->row();
$data['active_station_id'] = $active_station_id;
$this->load->view('interface_assets/header', $data);
$this->load->view('adif/import');