mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
page titles
This commit is contained in:
@@ -17,7 +17,7 @@ class Cabrillo extends CI_Controller {
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$data['page_title'] = "Export Cabrillo";
|
||||
$data['page_title'] = __("Export Cabrillo");
|
||||
|
||||
$this->load->model('Contesting_model');
|
||||
$this->load->model('stations');
|
||||
|
||||
Reference in New Issue
Block a user