mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add page title
This commit is contained in:
@@ -44,6 +44,7 @@ class Map extends CI_Controller {
|
||||
$data['countries'] = $filtered_countries;
|
||||
$data['station_profiles'] = $station_profiles;
|
||||
$data['supported_dxccs'] = $supported_dxccs;
|
||||
$data['page_title'] = __("QSO Map");
|
||||
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('map/qso_map', $data);
|
||||
|
||||
Reference in New Issue
Block a user