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