page titles

This commit is contained in:
HB9HIL
2024-06-08 11:01:59 +02:00
parent 0b8fd515bd
commit 2a5c6538aa
51 changed files with 162 additions and 162 deletions

View File

@@ -14,7 +14,7 @@ class Timeplotter extends CI_Controller {
public function index()
{
// Render Page
$data['page_title'] = "Timeplotter";
$data['page_title'] = __("Timeplotter");
$this->load->model('bands');