CAT in line with rest of the code (using shared files now)

This commit is contained in:
Szymon Porwolik
2025-11-02 15:05:07 +01:00
parent 6f4ba3ed25
commit af13d4a316
5 changed files with 259 additions and 223 deletions

View File

@@ -35,13 +35,13 @@ class Bandmap extends CI_Controller {
$this->load->model('cat');
$this->load->model('bands');
$data['radios'] = $this->cat->radios();
$data['radio_last_updated'] = $this->cat->last_updated()->row();
$data['bands'] = $this->bands->get_user_bands_for_qso_entry();
$footerData = [];
$footerData['scripts'] = [
'assets/js/moment.min.js',
'assets/js/datetime-moment.js',
'assets/js/sections/bandmap_list.js'
];
// Get Date format