Nice(r) view for the update results page

This commit is contained in:
phl0
2025-03-21 12:10:32 +01:00
parent 822329833b
commit e3a163865f
3 changed files with 9 additions and 7 deletions

View File

@@ -491,7 +491,7 @@ class Update extends CI_Controller {
public function update_hamsofnote() {
$this->load->model('Update_model');
$bodyData['satupdates'] = $this->Update_model->update_hams_of_note();
$bodyData['hamsofnote'] = $this->Update_model->update_hams_of_note();
$data['page_title'] = __("Update of Hams of Note");
$this->load->view('interface_assets/header', $data);
$this->load->view('update/hamsofnote', $bodyData);