diff --git a/application/controllers/Welcome.php b/application/controllers/Welcome.php index 60212717..abf6882a 100644 --- a/application/controllers/Welcome.php +++ b/application/controllers/Welcome.php @@ -22,7 +22,7 @@ class Welcome extends CI_Controller { $data['NumberOfStationLogbooks'] = $this->logbooks_model->CountAllStationLogbooks(); // load views - $this->load->view('interface_assets/header', $data); + $this->load->view('interface_assets/mini_header', $data); $this->load->view('welcome/index'); $this->load->view('interface_assets/footer'); } diff --git a/application/views/welcome/index.php b/application/views/welcome/index.php index 39607e8d..73dcf880 100644 --- a/application/views/welcome/index.php +++ b/application/views/welcome/index.php @@ -9,7 +9,7 @@ -

+

After many years and hard work Cloudlog version 2.0 has finally arrived, this brings multi-user support, logbooks to group station locations, improved code with lots of speed increases sprinkled around.

@@ -55,7 +55,7 @@
Cronjob Refresher
-

Needs Text

+

Theres some new cronjobs to add with version 2.0.

# Update the Cloudlog installation every day at midnight