starting to bootstrap the layout: navbar and tricks
[e-DoKo.git] / index.php
index 51aa24dfb9980d719b2634500f0f8ddcf7add429..bbdfeb2654e8c09df856b60cbb00084fefafe876 100644 (file)
--- a/index.php
+++ b/index.php
@@ -45,7 +45,7 @@ if($DBopen<0)
       echo "Database error, can't connect... Please wait a while and try again. ".
        "If the problem doesn't go away feel free to contact $ADMIN_NAME at $ADMIN_EMAIL.";
     else if ($DBopen == -2)
-      echo "Wrong database version, please update your database using the update.php script.";
+      echo 'Wrong database version, please update your database using the update.php script.';
 
     output_footer();
     exit();
@@ -138,7 +138,7 @@ switch($action)
 /* ask for login or display login info, needs to go at the end, so that we have the
  * session-variable already set.
  */
-output_status();
+output_navbar();
 
 output_footer();