Update navbar.php

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