Update navbar.php

This commit is contained in:
2026-04-21 21:51:13 +02:00
parent 533db65c44
commit 08ca716c07
+1 -3
View File
@@ -15,12 +15,10 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a> <a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
| |
</div> </div>
<div style=""> <div style="float:right; text-align: center;">
<?php <?php
include_once 'search.php'; include_once 'search.php';
?> ?>
</div>
<div style="float:right; text-align: center;">
| |
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a> <a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>