mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
page titles
This commit is contained in:
@@ -55,7 +55,7 @@ class Logbook extends CI_Controller {
|
||||
|
||||
|
||||
// load the view
|
||||
$data['page_title'] = "Logbook";
|
||||
$data['page_title'] = __("Logbook");
|
||||
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('view_log/index');
|
||||
|
||||
Reference in New Issue
Block a user