Public-Auth-Seiten in Landingpage-Stil integrieren

- gemeinsames Public-CSS fuer Landingpage und Auth-Seiten ergaenzen
- Login, Registrierung und Passwort-/E-Mail-Seiten vom App-Layout trennen
- App-Sidebar von Public-Login- und Registrierungslinks bereinigen
- Webspace- und Subdomain-Strategie dokumentieren
This commit is contained in:
2026-07-14 19:01:57 +02:00
parent 726c5a9508
commit 5824b066f4
10 changed files with 575 additions and 330 deletions
-5
View File
@@ -54,11 +54,6 @@ if ($saasNavUser !== null) {
?>
<li><a href="logout.php">Logout</a></li>
<?php
} else {
?>
<li><a href="login.php">Login</a></li>
<li><a href="register.php">Registrierung</a></li>
<?php
}
?>
</ul>