diff --git a/app/pages/dashboard.php b/app/pages/dashboard.php index 32b0097..12c955a 100644 --- a/app/pages/dashboard.php +++ b/app/pages/dashboard.php @@ -10,7 +10,6 @@ if ($response['db'] === null) { include '../app/templates/block-message.php'; } else { $db = $response['db']; -} // // dashboard widget listings @@ -206,4 +205,6 @@ if (!empty($conferences['records'])) { // display the widget include '../app/templates/widget.php'; +} + ?>