Update navbar.php

This commit is contained in:
2026-04-21 21:49:22 +02:00
parent fa28da33cd
commit dfb7e6be7c
+3 -3
View File
@@ -2,7 +2,7 @@
Globales Menü, wird via PHP später in alle Seiten eingebunden Globales Menü, wird via PHP später in alle Seiten eingebunden
--> -->
<nav style="background:#808080; height: 44px;"> <nav style="background:#808080; height: 44px;">
<div style="float:left"> <div style="float:left; text-align: center;">
<a href="../index.php"> <a href="../index.php">
<img src="../images/logo.png" style="height: 44px;"> <img src="../images/logo.png" style="height: 44px;">
</a> </a>
@@ -15,12 +15,12 @@ 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="text-align: center;">
<?php <?php
include_once 'search.php'; include_once 'search.php';
?> ?>
</div> </div>
<div style="float:right"> <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>