diff --git a/Controller/UserController.php b/Controller/UserController.php index 37e6843..1b34855 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -28,9 +28,6 @@ class UserController } else { $this->view->setDoMethodName("showUserLoginForm"); - ## $this->view->setVars([ - ## "errmsg" => $erg["message"] - ## ]); $this->showUserLoginForm(); } diff --git a/Views/Welcome/showWelcome.phtml b/Views/Welcome/showWelcome.phtml index 675acf6..b1fb24b 100644 --- a/Views/Welcome/showWelcome.phtml +++ b/Views/Welcome/showWelcome.phtml @@ -9,23 +9,23 @@ $this->notesModel = new \ppa\Model\NotesModel(); $this->userModel = new \ppa\Model\UserModel(); ?> -

Willkommen in der Notiz App!

+

Welcome in out Notes App!

-

Um loszulegen, wählen Sie bitte eine Option aus der Navigation.

+

To start, simply select an option in the navigation bar.

-

Notiz App Statistiken

+

Notes App statistics

notesModel->getNoteCount(); ?> - Notizen + Notes
userModel->getUserCount(); ?> - Benutzer + Users diff --git a/Views/header.phtml b/Views/header.phtml index 08c601f..3b57e52 100644 --- a/Views/header.phtml +++ b/Views/header.phtml @@ -14,8 +14,8 @@