diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php
index bb5d9137..d20291e3 100644
--- a/application/controllers/Dashboard.php
+++ b/application/controllers/Dashboard.php
@@ -2,13 +2,6 @@
class Dashboard extends CI_Controller {
- /*
- TODO
- - DXCLuster Spots
- - Breakdown of QSOs per band/mode
- - Countries worked
- */
-
public function index()
{
// Check our version and run any migrations
diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php
index 07a00f79..5fc6c957 100755
--- a/application/controllers/Logbook.php
+++ b/application/controllers/Logbook.php
@@ -47,9 +47,9 @@ class Logbook extends CI_Controller {
// load the view
$data['page_title'] = "Logbook";
- $this->load->view('layout/header', $data);
+ $this->load->view('interface_assets/header', $data);
$this->load->view('view_log/index');
- $this->load->view('layout/footer');
+ $this->load->view('interface_assets/footer');
}
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index acece818..92716eb4 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -87,5 +87,25 @@ $(document).ready(function(){
+uri->segment(1) == "logbook") { ?>
+
+
+
+